mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-17 15:10:12 +01:00
✨ 桌面端接入 OpenAI Chat API https://github.com/siyuan-note/siyuan/issues/7560
This commit is contained in:
parent
d85568a003
commit
db636d8b5b
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@ func ChatGPTContinueWrite(msg string, contextMsgs []string) (ret string, retCont
|
|||
break
|
||||
}
|
||||
|
||||
PushEndlessProgress("Continue writing...")
|
||||
PushEndlessProgress("Continue requesting...")
|
||||
}
|
||||
|
||||
ret = buf.String()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue