mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-24 02:20:13 +01:00
🐛 AI DeepSeek 422 Unprocessable Entity https://github.com/siyuan-note/siyuan/issues/14347
This commit is contained in:
parent
95dc762faf
commit
42c0461e3d
2 changed files with 19 additions and 5 deletions
|
|
@ -109,7 +109,9 @@ func chatGPTContinueWrite(msg string, contextMsgs []string, cloud bool) (ret str
|
|||
|
||||
ret = buf.String()
|
||||
ret = strings.TrimSpace(ret)
|
||||
retContextMsgs = append(retContextMsgs, msg, ret)
|
||||
if "" != ret {
|
||||
retContextMsgs = append(retContextMsgs, msg, ret)
|
||||
}
|
||||
return
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue