Skip to content

Commit

Permalink
💄 style: Update zhipu models (lobehub#3509)
Browse files Browse the repository at this point in the history
  • Loading branch information
sxjeru authored Aug 19, 2024
1 parent 9f55c0a commit e323b50
Showing 1 changed file with 22 additions and 11 deletions.
33 changes: 22 additions & 11 deletions src/config/modelProviders/zhipu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ 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 是专门为支持智能体和相关任务而进一步优化的模型版本。它能够自主理解用户的意图,规划复杂的指令,并能够调用一个或多个工具(例如网络浏览器、代码解释器和文本生图像)以完成复杂的任务。',
Expand All @@ -23,7 +31,7 @@ const ZhiPu: ModelProviderCard = {
tokens: 128_000,
},
{
description: '发布于20240116的最智能版本模型,目前已被 GLM-4-0520 版本超越',
description: '发布于2024年1月16日的旧版旗舰模型,目前已被 GLM-4-0520 版本超越', // deprecated on 2025-06
displayName: 'GLM-4',
functionCall: true,
id: 'glm-4',
Expand Down Expand Up @@ -59,23 +67,26 @@ const ZhiPu: ModelProviderCard = {
tokens: 2000,
vision: true,
},
{
description:
'适用于对知识量、推理能力、创造力要求较高的场景,比如广告文案、小说写作、知识类写作、代码生成等', // Will be discontinued on December 31, 2024
displayName: 'GLM-3-Turbo',
functionCall: true,
id: 'glm-3-turbo',
tokens: 128_000,
},
{
description:
'CodeGeeX是一款强大的AI编程助手,提供智能问答和代码补全功能,支持多种编程语言,帮助开发者提高编程效率。',
displayName: 'CodeGeeX-4',
enabled: true,
functionCall: false,
id: 'codegeex-4',
tokens: 128_000,
},
{
description:
'支持基于人设的角色扮演、超长多轮的记忆、千人千面的角色对话,广泛应用于情感陪伴、游戏智能NPC、网红/明星/影视剧IP分身、数字人/虚拟主播、文字冒险游戏等拟人对话或游戏场景。',
displayName: 'CharGLM-3',
id: 'charglm-3',
tokens: 4096,
},
{
description: '心理模型:具备专业咨询能力,帮助用户理解情感并应对情绪问题',
displayName: 'Emohaa',
id: 'emohaa',
tokens: 8192,
},
],
checkModel: 'glm-4-flash',
id: 'zhipu',
Expand Down

0 comments on commit e323b50

Please sign in to comment.