mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-22 08:16:10 +01:00
This commit is contained in:
parent
f32f9ce0b3
commit
2fc1aec8ab
2 changed files with 55 additions and 6 deletions
9
app/src/types/index.d.ts
vendored
9
app/src/types/index.d.ts
vendored
|
|
@ -392,6 +392,15 @@ declare interface IConfig {
|
|||
repo: {
|
||||
key: string
|
||||
},
|
||||
ai: {
|
||||
openAI: {
|
||||
apiBaseURL: string
|
||||
apiKey: string
|
||||
apiMaxTokens: number
|
||||
apiProxy: string
|
||||
apiTimeout: number
|
||||
},
|
||||
}
|
||||
sync: {
|
||||
generateConflictDoc: boolean
|
||||
enabled: boolean
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue