Skip to content

Commit

Permalink
💄 style: disable taichu2.0 functioncall & default disable taichu2.0v …
Browse files Browse the repository at this point in the history
…model (lobehub#4117)
  • Loading branch information
LovelyGuYiMeng authored Sep 24, 2024
1 parent c2db3e8 commit 00da53b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/config/modelProviders/taichu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,14 @@ const Taichu: ModelProviderCard = {
'Taichu 2.0 基于海量高质数据训练,具有更强的文本理解、内容创作、对话问答等能力',
displayName: 'Taichu 2.0',
enabled: true,
functionCall: true,
functionCall: false,
id: 'taichu_llm',
tokens: 32_768,
},
{
description:
'Taichu 2.0V 融合了图像理解、知识迁移、逻辑归因等能力,在图文问答领域表现突出',
displayName: 'Taichu 2.0V',
enabled: true,
id: 'taichu_vqa',
tokens: 4096,
vision: true,
Expand Down

0 comments on commit 00da53b

Please sign in to comment.