fix: config

This commit is contained in:
archer
2023-08-05 11:51:40 +08:00
parent 761ae74b0a
commit 37a6293f5e
11 changed files with 39 additions and 67 deletions

View File

@@ -5,15 +5,14 @@
"show_appStore": false,
"show_userDetail": false,
"show_git": true,
"beianText": "",
"systemTitle": "FastAI",
"authorText": "Made by FastAI Team."
},
"SystemParams": {
"beianText": "",
"vectorMaxProcess": 15,
"qaMaxProcess": 15,
"pgIvfflatProbe": 20,
"sensitiveCheck": false
"pgIvfflatProbe": 20
},
"ChatModels": [
{
@@ -63,5 +62,6 @@
"name": "Embedding-2",
"price": 0.2
}
]
],
"plugins": {}
}