From 0ddd9ba8ff6be0665e046af2825dbec8e5a588f8 Mon Sep 17 00:00:00 2001 From: huozaimengli Date: Thu, 29 Jan 2026 15:57:31 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=AD=A3=E7=B3=BB=E7=BB=9F?= =?UTF-8?q?=E9=94=99=E8=AF=AF=E5=93=8D=E5=BA=94=E7=9A=84=E5=8F=A5=E5=AD=90?= =?UTF-8?q?=E7=B1=BB=E5=9E=8B=E4=B8=BAMIDDLE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main/xiaozhi-server/core/connection.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/xiaozhi-server/core/connection.py b/main/xiaozhi-server/core/connection.py index 19d2061b..0578e041 100644 --- a/main/xiaozhi-server/core/connection.py +++ b/main/xiaozhi-server/core/connection.py @@ -917,7 +917,7 @@ class ConnectionHandler: self.tts.tts_text_queue.put( TTSMessageDTO( sentence_id=self.sentence_id, - sentence_type=SentenceType.LAST, + sentence_type=SentenceType.MIDDLE, content_type=ContentType.TEXT, content_detail=get_system_error_response(self.config), )