英文冒号不设置为停顿符
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 55s

This commit is contained in:
Song367 2025-07-08 17:31:35 +08:00
parent bbf7843a66
commit f299cf0145

View File

@ -395,7 +395,7 @@ func (s *LLMService) handleStreamingResponse(req *http.Request, data map[string]
"!": true, "": true, // 感叹号 "!": true, "": true, // 感叹号
"?": true, "": true, // 问号 "?": true, "": true, // 问号
";": true, "": true, // 分号 ";": true, "": true, // 分号
":": true, "": true, // 冒号 "": true, // 冒号
"、": true, "、": true,
} }