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",