This commit is contained in:
Liang Ding 2023-04-30 21:47:24 +08:00
parent f6f3ebbcb2
commit 7daafcb3af
No known key found for this signature in database
GPG key ID: 136F30F901A2231D
13 changed files with 63 additions and 19 deletions

View file

@ -424,6 +424,7 @@ declare interface IConfig {
openAI: {
apiBaseURL: string
apiKey: string
apiModel: string
apiMaxTokens: number
apiProxy: string
apiTimeout: number