From 2e57d21b89bacf662a883a22a096432a9f293da1 Mon Sep 17 00:00:00 2001 From: Mark Backman Date: Mon, 28 Oct 2024 20:27:24 -0400 Subject: [PATCH] Fix ttfb metrics --- src/pipecat/services/playht.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/pipecat/services/playht.py b/src/pipecat/services/playht.py index bfc398296..b8995374a 100644 --- a/src/pipecat/services/playht.py +++ b/src/pipecat/services/playht.py @@ -293,8 +293,6 @@ class PlayHTTTSService(TTSService): except Exception as e: logger.error(f"{self} error generating TTS: {e}") yield ErrorFrame(f"{self} error: {str(e)}") - finally: - await self.stop_all_metrics() class PlayHTHttpTTSService(TTSService):