feat: chat ui

This commit is contained in:
archer
2023-07-26 11:01:25 +08:00
parent 2b993b926a
commit 248be38939
19 changed files with 153 additions and 54 deletions

View File

@@ -2,7 +2,7 @@
"FeConfig": {
"show_emptyChat": true,
"show_register": true,
"show_appStore": true,
"show_appStore": false,
"show_userDetail": true,
"show_git": true,
"systemTitle": "FastAI",
@@ -35,6 +35,14 @@
"maxTemperature": 1.2,
"price": 3
},
{
"model": "ERNIE-Bot",
"name": "文心一言",
"contextMaxToken": 3000,
"quoteMaxToken": 1500,
"maxTemperature": 1,
"price": 1.2
},
{
"model": "gpt-4",
"name": "FastAI-Plus",