This commit is contained in:
Daniel 2024-02-15 11:28:38 +08:00
parent 7e87c8c8ad
commit a2f95e3920
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
9 changed files with 47 additions and 8 deletions

View file

@ -722,6 +722,7 @@ interface IConfig {
}
ai: {
openAI: {
apiProvider: string // OpenAI, Azure
apiUserAgent: string
apiBaseURL: string
apiKey: string