Skip to content

Commit

Permalink
fall back
Browse files Browse the repository at this point in the history
  • Loading branch information
srdas committed Oct 24, 2024
1 parent e0e8a6e commit cdf00d2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ class ChatAnthropicProvider(
"claude-3-sonnet-20240229",
"claude-3-haiku-20240307",
"claude-3-5-sonnet-20240620",
"claude-3-5-sonnet-20241022",
]
model_id_key = "model"
pypi_package_deps = ["anthropic"]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ class BedrockChatProvider(BaseProvider, ChatBedrock):
"anthropic.claude-3-haiku-20240307-v1:0",
"anthropic.claude-3-opus-20240229-v1:0",
"anthropic.claude-3-5-sonnet-20240620-v1:0",
"anthropic.claude-3-5-sonnet-20241022-v2:0",
"meta.llama2-13b-chat-v1",
"meta.llama2-70b-chat-v1",
"meta.llama3-8b-instruct-v1:0",
Expand Down

0 comments on commit cdf00d2

Please sign in to comment.