Vanessa 2023-03-21 19:18:44 +08:00
parent 4e6d9a3eff
commit a6c3015a07
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