diff --git a/guoba.support.js b/guoba.support.js index 461fe4d..a147722 100644 --- a/guoba.support.js +++ b/guoba.support.js @@ -65,9 +65,41 @@ export function supportGuoba() { field: "translateModel", label: "翻译模型", bottomHelpMessage: "flux设置翻译模型", - component: "Input", + component: "Select", componentProps: { - placeholder: 'xxxxxxxxxxxxx', + options: [ + { label: "零一万物/Yi-1.5-34B-Chat-16K", value: "01-ai/Yi-1.5-34B-Chat-16K" }, + { label: "零一万物/Yi-1.5-6B-Chat", value: "01-ai/Yi-1.5-6B-Chat" }, + { label: "零一万物/Yi-1.5-9B-Chat-16K", value: "01-ai/Yi-1.5-9B-Chat-16K" }, + { label: "中国电信/DianXin-V1-Chat", value: "DianXin/DianXin-V1-Chat" }, + { label: "Pro/零一万物/Yi-1.5-6B-Chat", value: "Pro/01-ai/Yi-1.5-6B-Chat" }, + { label: "Pro/零一万物/Yi-1.5-9B-Chat-16K", value: "Pro/01-ai/Yi-1.5-9B-Chat-16K" }, + { label: "Pro/Qwen/Qwen2-1.5B-Instruct", value: "Pro/Qwen/Qwen2-1.5B-Instruct" }, + { label: "Pro/Qwen/Qwen2-7B-Instruct", value: "Pro/Qwen/Qwen2-7B-Instruct" }, + { label: "Pro/Qwen/Qwen2.5-7B-Instruct", value: "Pro/Qwen/Qwen2.5-7B-Instruct" }, + { label: "Pro/THUDM/chatglm3-6b", value: "Pro/THUDM/chatglm3-6b" }, + { label: "Pro/THUDM/glm-4-9b-chat", value: "Pro/THUDM/glm-4-9b-chat" }, + { label: "Qwen/Qwen2-1.5B-Instruct", value: "Qwen/Qwen2-1.5B-Instruct" }, + { label: "Qwen/Qwen2-57B-A14B-Instruct", value: "Qwen/Qwen2-57B-A14B-Instruct" }, + { label: "Qwen/Qwen2-72B-Instruct", value: "Qwen/Qwen2-72B-Instruct" }, + { label: "Qwen/Qwen2-7B-Instruct", value: "Qwen/Qwen2-7B-Instruct" }, + { label: "Qwen/Qwen2-Math-72B-Instruct", value: "Qwen/Qwen2-Math-72B-Instruct" }, + { label: "Qwen/Qwen2.5-14B-Instruct", value: "Qwen/Qwen2.5-14B-Instruct" }, + { label: "Qwen/Qwen2.5-32B-Instruct", value: "Qwen/Qwen2.5-32B-Instruct" }, + { label: "Qwen/Qwen2.5-72B-Instruct", value: "Qwen/Qwen2.5-72B-Instruct" }, + { label: "Qwen/Qwen2.5-72B-Instruct-128K", value: "Qwen/Qwen2.5-72B-Instruct-128K" }, + { label: "Qwen/Qwen2.5-7B-Instruct", value: "Qwen/Qwen2.5-7B-Instruct" }, + { label: "Qwen/Qwen2.5-Coder-7B-Instruct", value: "Qwen/Qwen2.5-Coder-7B-Instruct" }, + { label: "Qwen/Qwen2.5-Math-72B-Instruct", value: "Qwen/Qwen2.5-Math-72B-Instruct" }, + { label: "THUDM/chatglm3-6b", value: "THUDM/chatglm3-6b" }, + { label: "THUDM/glm-4-9b-chat", value: "THUDM/glm-4-9b-chat" }, + { label: "Vendor-A/Qwen/Qwen2-72B-Instruct", value: "Vendor-A/Qwen/Qwen2-72B-Instruct" }, + { label: "deepseek-ai/DeepSeek-Coder-V2-Instruct", value: "deepseek-ai/DeepSeek-Coder-V2-Instruct" }, + { label: "deepseek-ai/DeepSeek-V2-Chat", value: "deepseek-ai/DeepSeek-V2-Chat" }, + { label: "deepseek-ai/DeepSeek-V2.5", value: "deepseek-ai/DeepSeek-V2.5" }, + { label: "internlm/internlm2_5-20b-chat", value: "internlm/internlm2_5-20b-chat" }, + { label: "internlm/internlm2_5-7b-chat", value: "internlm/internlm2_5-7b-chat" } + ], }, }, {