Skip to content

Commit

Permalink
💄 style: add function call for taichu_llm (lobehub#4119)
Browse files Browse the repository at this point in the history
  • Loading branch information
hezhijie0327 committed Sep 25, 2024
1 parent 7e3aa09 commit 8f629d8
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/config/modelProviders/taichu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,21 @@ const Taichu: ModelProviderCard = {
'Taichu 2.0 基于海量高质数据训练,具有更强的文本理解、内容创作、对话问答等能力',
displayName: 'Taichu 2.0',
enabled: true,
functionCall: false,
functionCall: true,
id: 'taichu_llm',
tokens: 32_768,
},
{
/*
// TODO: Not support for now
{
description:
'Taichu 2.0V 融合了图像理解、知识迁移、逻辑归因等能力,在图文问答领域表现突出',
displayName: 'Taichu 2.0V',
id: 'taichu_vqa',
tokens: 4096,
vision: true,
},
*/
],
checkModel: 'taichu_llm',
description:
Expand Down

0 comments on commit 8f629d8

Please sign in to comment.