diff --git a/src/config/modelProviders/zhipu.ts b/src/config/modelProviders/zhipu.ts index 73c9e6f11879..ca99e05b222e 100644 --- a/src/config/modelProviders/zhipu.ts +++ b/src/config/modelProviders/zhipu.ts @@ -5,14 +5,6 @@ import { ModelProviderCard } from '@/types/llm'; // ref https://open.bigmodel.cn/modelcenter/square const ZhiPu: ModelProviderCard = { chatModels: [ - { - description: '超长输入:专为处理超长文本和记忆型任务设计', - displayName: 'GLM-4-Long', - enabled: true, - functionCall: true, - id: 'glm-4-long', - tokens: 1_024_000, - }, { description: 'GLM-4-AllTools 是专门为支持智能体和相关任务而进一步优化的模型版本。它能够自主理解用户的意图,规划复杂的指令,并能够调用一个或多个工具(例如网络浏览器、代码解释器和文本生图像)以完成复杂的任务。', @@ -60,6 +52,14 @@ const ZhiPu: ModelProviderCard = { id: 'glm-4-airx', tokens: 8192, }, + { + description: '超长输入:专为处理超长文本和记忆型任务设计', + displayName: 'GLM-4-Long', + enabled: true, + functionCall: true, + id: 'glm-4-long', + tokens: 1_024_000, + }, { description: '适用简单任务,速度最快,价格最实惠的版本', displayName: 'GLM-4-Flash',