mirror of
https://github.com/songquanpeng/one-api.git
synced 2025-11-28 02:29:20 +08:00
feat:zhipu support text_embedding
This commit is contained in:
@@ -70,7 +70,7 @@ const EditChannel = () => {
|
||||
localModels = ['qwen-v1', 'qwen-plus-v1', 'text-embedding-v1'];
|
||||
break;
|
||||
case 16:
|
||||
localModels = ['chatglm_pro', 'chatglm_std', 'chatglm_lite'];
|
||||
localModels = ['chatglm_pro', 'chatglm_std', 'chatglm_lite', 'text_embedding'];
|
||||
break;
|
||||
case 18:
|
||||
localModels = ['SparkDesk'];
|
||||
|
||||
Reference in New Issue
Block a user