Merge branch 'songquanpeng:main' into main

This commit is contained in:
Calcium-Ion
2023-11-06 02:41:28 +08:00
committed by GitHub
5 changed files with 19 additions and 8 deletions

View File

@@ -76,7 +76,7 @@ const EditChannel = () => {
localModels = ['qwen-turbo', 'qwen-plus', 'text-embedding-v1'];
break;
case 16:
localModels = ['chatglm_pro', 'chatglm_std', 'chatglm_lite'];
localModels = ['chatglm_turbo', 'chatglm_pro', 'chatglm_std', 'chatglm_lite'];
break;
case 18:
localModels = ['SparkDesk'];