Completion Page

This commit is contained in:
josc146
2023-05-24 21:27:23 +08:00
parent bcb38d991a
commit c7ed4b07c2
8 changed files with 405 additions and 49 deletions

View File

@@ -20,11 +20,11 @@
"Manage Models": "管理模型",
"Model": "模型",
"Model Parameters": "模型参数",
"Frequency Penalty *": "Frequency Penalty *",
"Presence Penalty *": "Presence Penalty *",
"Top_P *": "Top_P *",
"Temperature *": "Temperature *",
"Max Response Token *": "最大响应 Token *",
"Frequency Penalty": "Frequency Penalty",
"Presence Penalty": "Presence Penalty",
"Top_P": "Top_P",
"Temperature": "Temperature",
"Max Response Token": "最大响应 Token",
"API Port": "API 端口",
"Hover your mouse over the text to view a detailed description. Settings marked with * will take effect immediately after being saved.": "把鼠标悬停在文本上查看详细描述. 标记了星号 * 的设置在保存后会立即生效.",
"Default API Parameters": "默认 API 参数",
@@ -102,5 +102,17 @@
"Enabling this option can greatly improve inference speed, but there may be compatibility issues. If it fails to start, please turn off this option.": "开启这个选项能大大提升推理速度,但可能存在兼容性问题,如果启动失败,请关闭此选项",
"Supported custom cuda file not found": "没有找到支持的自定义cuda文件",
"Failed to copy custom cuda file": "自定义cuda文件复制失败",
"Downloading update, please wait. If it is not completed, please manually download the program from GitHub and replace the original program.": "正在下载更新请等待。如果一直未完成请从Github手动下载并覆盖原程序"
"Downloading update, please wait. If it is not completed, please manually download the program from GitHub and replace the original program.": "正在下载更新请等待。如果一直未完成请从Github手动下载并覆盖原程序",
"Completion": "补全",
"Parameters": "参数",
"Stop Sequences": "停止词",
"When this content appears in the response result, the generation will end.": "响应结果出现该内容时就结束生成",
"Reset": "重置",
"Generate": "生成",
"Writer": "写作",
"Translator": "翻译",
"Catgirl": "猫娘",
"Explain Code": "代码解释",
"Werewolf": "狼人杀",
"Blank": "空白"
}