Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

💄 style: disable taichu2.0 functioncall & default disable taichu2.0v model #4117

Merged
merged 1 commit into from
Sep 24, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading