feat: default model (#3662)

* move model config

* feat: default model
This commit is contained in:
Archer
2025-01-24 18:44:43 +08:00
committed by archer
parent 2015bbe9a9
commit 51fac7431f
167 changed files with 2999 additions and 2899 deletions

View File

@@ -10,6 +10,7 @@
"create_model": "新增模型",
"custom_model": "自訂模型",
"default_model": "預設模型",
"default_model_config": "預設模型配置",
"logout": "登出",
"model.active": "啟用",
"model.alias": "別名",
@@ -26,6 +27,7 @@
"model.defaultConfig_tip": "每次請求時候,都會攜帶該額外 Body 參數",
"model.default_config": "Body 額外字段",
"model.default_config_tip": "發起對話請求時候,合併該配置。例如:\n\"\"\"\n{\n \"temperature\": 1,\n \"max_tokens\": null\n}\n\"\"\"",
"model.default_model": "預設模型",
"model.default_system_chat_prompt": "預設提示詞",
"model.default_system_chat_prompt_tip": "模型對話時,都會攜帶該預設提示詞",
"model.default_token": "預設分塊長度",

View File

@@ -207,7 +207,6 @@
"common.Update": "更新",
"common.Update Failed": "更新失敗",
"common.Update Success": "更新成功",
"common.Update Successful": "更新成功",
"common.Username": "使用者名稱",
"common.Waiting": "等待中",
"common.Warning": "警告",