mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-03 15:28:49 +01:00
🎨 支持应用内配置人工智能 https://github.com/siyuan-note/siyuan/issues/7714
This commit is contained in:
parent
9fd3be8ef3
commit
4e6d9a3eff
1 changed files with 3 additions and 4 deletions
|
|
@ -319,10 +319,9 @@ func InitConf() {
|
|||
Conf.Flashcard = conf.NewFlashcard()
|
||||
}
|
||||
|
||||
// TODO 支持应用内配置人工智能 https://github.com/siyuan-note/siyuan/issues/7714
|
||||
//if nil == Conf.AI {
|
||||
// Conf.AI = conf.NewAI()
|
||||
//}
|
||||
if nil == Conf.AI {
|
||||
Conf.AI = conf.NewAI()
|
||||
}
|
||||
|
||||
Conf.ReadOnly = util.ReadOnly
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue