mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-12 02:04:20 +01:00
🎨 Azure OpenAI AI support https://github.com/siyuan-note/siyuan/issues/8095
This commit is contained in:
parent
7e87c8c8ad
commit
a2f95e3920
9 changed files with 47 additions and 8 deletions
1
app/src/types/index.d.ts
vendored
1
app/src/types/index.d.ts
vendored
|
|
@ -722,6 +722,7 @@ interface IConfig {
|
|||
}
|
||||
ai: {
|
||||
openAI: {
|
||||
apiProvider: string // OpenAI, Azure
|
||||
apiUserAgent: string
|
||||
apiBaseURL: string
|
||||
apiKey: string
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue