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": "Add new model",
"custom_model": "custom model",
"default_model": "Default model",
"default_model_config": "Default model configuration",
"logout": "Sign out",
"model.active": "Active",
"model.alias": "Alias",
@@ -27,6 +28,7 @@
"model.defaultConfig_tip": "Each request will carry this additional Body parameter.",
"model.default_config": "Body extra fields",
"model.default_config_tip": "When initiating a conversation request, merge this configuration. \nFor example:\n\"\"\"\n{\n \"temperature\": 1,\n \"max_tokens\": null\n}\n\"\"\"",
"model.default_model": "Default model",
"model.default_system_chat_prompt": "Default prompt",
"model.default_system_chat_prompt_tip": "When the model talks, it will carry this default prompt word.",
"model.default_token": "Default tokens",

View File

@@ -208,7 +208,6 @@
"common.Update": "Update",
"common.Update Failed": "Update Failed",
"common.Update Success": "Updated Successfully",
"common.Update Successful": "Updated Successfully",
"common.Username": "Username",
"common.Waiting": "Waiting",
"common.Warning": "Warning",

View File

@@ -10,6 +10,7 @@
"create_model": "新增模型",
"custom_model": "自定义模型",
"default_model": "预设模型",
"default_model_config": "默认模型配置",
"logout": "登出",
"model.active": "启用",
"model.alias": "别名",
@@ -27,6 +28,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

@@ -212,7 +212,6 @@
"common.Update": "更新",
"common.Update Failed": "更新异常",
"common.Update Success": "更新成功",
"common.Update Successful": "更新成功",
"common.Username": "用户名",
"common.Waiting": "等待中",
"common.Warning": "警告",

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": "警告",