services(whisper): add text logging
This commit is contained in:
@@ -86,4 +86,5 @@ class WhisperSTTService(STTService):
|
|||||||
|
|
||||||
if text:
|
if text:
|
||||||
await self.stop_ttfb_metrics()
|
await self.stop_ttfb_metrics()
|
||||||
|
logger.debug(f"Transcription: [{text}]")
|
||||||
yield TranscriptionFrame(text, "", int(time.time_ns() / 1000000))
|
yield TranscriptionFrame(text, "", int(time.time_ns() / 1000000))
|
||||||
|
|||||||
Reference in New Issue
Block a user