mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 22:50:13 +01:00
✨ 桌面端接入 OpenAI Chat API https://github.com/siyuan-note/siyuan/issues/7560
This commit is contained in:
parent
33c933c440
commit
49008041b5
6 changed files with 156 additions and 0 deletions
|
|
@ -118,6 +118,8 @@ func Boot() {
|
|||
bootBanner := figure.NewColorFigure("SiYuan", "isometric3", "green", true)
|
||||
logging.LogInfof("\n" + bootBanner.String())
|
||||
logBootInfo()
|
||||
|
||||
initOpenAI()
|
||||
}
|
||||
|
||||
func setBootDetails(details string) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue