From f299cf014592861e28633189e53a3c79de0eb394 Mon Sep 17 00:00:00 2001 From: Song367 <601337784@qq.com> Date: Tue, 8 Jul 2025 17:31:35 +0800 Subject: [PATCH] =?UTF-8?q?=E8=8B=B1=E6=96=87=E5=86=92=E5=8F=B7=E4=B8=8D?= =?UTF-8?q?=E8=AE=BE=E7=BD=AE=E4=B8=BA=E5=81=9C=E9=A1=BF=E7=AC=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- service/llm_service.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service/llm_service.go b/service/llm_service.go index 9d2bfbb..4e8c24d 100644 --- a/service/llm_service.go +++ b/service/llm_service.go @@ -395,7 +395,7 @@ func (s *LLMService) handleStreamingResponse(req *http.Request, data map[string] "!": true, "!": true, // 感叹号 "?": true, "?": true, // 问号 ";": true, ";": true, // 分号 - ":": true, ":": true, // 冒号 + ":": true, // 冒号 "、": true, }