Skip to content

Commit

Permalink
🐛 fix: fix remove vision from Claude 3 Sonnet in bedrock.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
bentwnghk committed Mar 6, 2024
1 parent a2bcb27 commit cdfc7c0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/config/modelProviders/bedrock.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ const Bedrock: ModelProviderCard = {
displayName: 'Claude 3 Sonnet',
id: 'anthropic.claude-3-sonnet-20240229-v1:0',
tokens: 200_000,
vision: true,
},
{
description: 'Llama 2 Chat 13B v1,上下文大小为 4k,Llama 2 模型的对话用例优化变体。',
Expand Down

0 comments on commit cdfc7c0

Please sign in to comment.