From 6729f4366a68bb56f4b8a11f22b15b1c4ce4a333 Mon Sep 17 00:00:00 2001 From: zkleb-aai <146127913+zkleb-aai@users.noreply.github.com> Date: Mon, 2 Mar 2026 17:04:42 -0500 Subject: [PATCH] Update src/pipecat/services/assemblyai/stt.py Co-authored-by: Mark Backman --- src/pipecat/services/assemblyai/stt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pipecat/services/assemblyai/stt.py b/src/pipecat/services/assemblyai/stt.py index 8ef6b5a07..bbbdad3f8 100644 --- a/src/pipecat/services/assemblyai/stt.py +++ b/src/pipecat/services/assemblyai/stt.py @@ -717,7 +717,7 @@ class AssemblyAISTTService(WebsocketSTTService): finalize_confirmed = bool(message.turn_is_formatted) if finalize_confirmed: self.confirm_finalize() - logger.debug(f'{self} Final transcript: "{transcript_text}"') + logger.debug(f'{self} Transcript: "{transcript_text}"') await self.push_frame( TranscriptionFrame( transcript_text,