fix: add to model list

This commit is contained in:
JustSong
2023-09-03 22:10:50 +08:00
parent 7ca7f89a53
commit 079b0ba04a
3 changed files with 14 additions and 4 deletions

View File

@@ -53,7 +53,7 @@ const EditChannel = () => {
localModels = ['ERNIE-Bot', 'ERNIE-Bot-turbo', 'Embedding-V1'];
break;
case 17:
localModels = ['qwen-v1', 'qwen-plus-v1'];
localModels = ['qwen-v1', 'qwen-plus-v1', 'text-embedding-v1'];
break;
case 16:
localModels = ['chatglm_pro', 'chatglm_std', 'chatglm_lite'];