增加打印
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 52s

This commit is contained in:
Song367 2025-06-19 11:47:05 +08:00
parent b73c2d2412
commit 16417c09a9

View File

@ -201,6 +201,7 @@ func (s *LLMService) handleStreamingResponse(req *http.Request, data map[string]
switch event {
case "message":
answer := getString(jsonData, "answer")
fmt.Println("源文本:", answer)
var audio string
// 定义标点符号map