mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-29 19:56:10 +01:00
🎨 AI supports configuration randomness and context number https://github.com/siyuan-note/siyuan/issues/10660
This commit is contained in:
parent
97e3ff656d
commit
a7e1e3abac
12 changed files with 66 additions and 16 deletions
1
app/src/types/index.d.ts
vendored
1
app/src/types/index.d.ts
vendored
|
|
@ -738,6 +738,7 @@ interface IConfig {
|
|||
apiKey: string
|
||||
apiModel: string
|
||||
apiMaxTokens: number
|
||||
apiTemperature: number
|
||||
apiProxy: string
|
||||
apiTimeout: number
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue