feat: support chatglm_turbo (#648)

* feat: support chatglm_turbo

* fix: remove characterglm
This commit is contained in:
papersnake
2023-11-05 17:59:38 +08:00
committed by GitHub
parent 0d87de697c
commit c70c614018
3 changed files with 11 additions and 1 deletions

View File

@@ -72,7 +72,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'];