Refactor model handling

This commit is contained in:
kwaroran
2024-11-25 05:25:58 +09:00
parent cfc819f144
commit 8274fae180
6 changed files with 2702 additions and 2817 deletions

View File

@@ -721,6 +721,8 @@ export interface Database{
google: {
accessToken: string
projectId: string
privateKey: string
clientEmail: string
}
mistralKey?:string
chainOfThought?:boolean