diff --git a/src/pipecat/services/whisper.py b/src/pipecat/services/whisper.py index 1f3bda5b8..f1b37712e 100644 --- a/src/pipecat/services/whisper.py +++ b/src/pipecat/services/whisper.py @@ -86,4 +86,5 @@ class WhisperSTTService(STTService): if text: await self.stop_ttfb_metrics() + logger.debug(f"Transcription: [{text}]") yield TranscriptionFrame(text, "", int(time.time_ns() / 1000000))