Update src/pipecat/services/elevenlabs/tts.py

Co-authored-by: Mark Backman <mark@daily.co>
This commit is contained in:
Vanessa Pyne
2025-08-07 09:23:33 -05:00
committed by GitHub
parent 64ae8d2394
commit e8c3f5dea6

View File

@@ -556,7 +556,7 @@ class ElevenLabsTTSService(AudioContextWordTTSService):
# This can happen if a message is received _after_ we have closed a context
# due to user interruption but _before_ the `isFinal` message for the context
# is received.
logger.trace(f"Ignoring message from unavailable context: {received_ctx_id}")
logger.debug(f"Ignoring message from unavailable context: {received_ctx_id}")
continue
if msg.get("audio"):