diff --git a/core/duplex_pipeline.py b/core/duplex_pipeline.py index 8a0211f..c81f61b 100644 --- a/core/duplex_pipeline.py +++ b/core/duplex_pipeline.py @@ -415,7 +415,7 @@ class DuplexPipeline: # Sentence buffer for streaming TTS sentence_buffer = "" - sentence_ends = {'.', '!', '?', '。', '!', '?', ';', '\n'} + sentence_ends = {'。', '!', '?', '\n'} first_audio_sent = False # Stream LLM response and TTS sentence by sentence