英文冒号不设置为停顿符
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 55s
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 55s
This commit is contained in:
parent
bbf7843a66
commit
f299cf0145
@ -395,7 +395,7 @@ func (s *LLMService) handleStreamingResponse(req *http.Request, data map[string]
|
||||
"!": true, "!": true, // 感叹号
|
||||
"?": true, "?": true, // 问号
|
||||
";": true, ";": true, // 分号
|
||||
":": true, ":": true, // 冒号
|
||||
":": true, // 冒号
|
||||
"、": true,
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user