Switch to a debug.

This commit is contained in:
laurent
2025-12-05 15:37:17 +01:00
parent 07ebf8534a
commit 8cf4267d87

View File

@@ -22,10 +22,7 @@ from pipecat.frames.frames import (
Frame,
StartFrame,
TranscriptionFrame,
UserStartedSpeakingFrame,
UserStoppedSpeakingFrame,
)
from pipecat.processors.frame_processor import FrameDirection
from pipecat.services.stt_service import WebsocketSTTService
from pipecat.transcriptions.language import Language
from pipecat.utils.time import time_now_iso8601
@@ -229,8 +226,7 @@ class GradiumSTTService(WebsocketSTTService):
async def _handle_end_of_stream(self):
"""Handle termination message."""
logger.info("Received end_of_stream message from server")
await self.push_frame(EndFrame())
logger.debug("Received end_of_stream message from server")
async def _handle_text(self, text: str):
"""Handle transcription results."""