Vanessa 2023-03-21 19:18:44 +08:00 committed by Liang Ding
parent f32f9ce0b3
commit 2fc1aec8ab
No known key found for this signature in database
GPG key ID: 136F30F901A2231D
2 changed files with 55 additions and 6 deletions

View file

@ -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