Skip to content

Commit

Permalink
🐛 fix: fix remove Claude 3
Browse files Browse the repository at this point in the history
  • Loading branch information
bentwnghk committed Mar 6, 2024
1 parent 2e815bd commit 6759989
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/config/modelProviders/bedrock.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,6 @@ const Bedrock: ModelProviderCard = {
id: 'anthropic.claude-v2:1',
tokens: 200_000,
},
{
description:
'Claude 3 Sonnet,上下文大小等于 200k,Claude 全新最強大的模型,在智慧與速度之間達到理想的平衡,可以處理影像和傳回文字輸出。',
displayName: 'Claude 3 Sonnet',
id: 'anthropic.claude-3-sonnet-20240229-v1:0',
tokens: 200_000,
},
{
description: 'Llama 2 Chat 13B v1,上下文大小为 4k,Llama 2 模型的对话用例优化变体。',
displayName: 'Llama 2 Chat 13B',
Expand Down

0 comments on commit 6759989

Please sign in to comment.