mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-06 08:16:43 +00:00
Merge pull request #4484 from Manouchehri/add-me-converse-shoes-1
fix(bedrock_httpx.py): Add anthropic.claude-3-5-sonnet-20240620-v1:0 to converse list
This commit is contained in:
commit
c31156e5e6
1 changed files with 1 additions and 0 deletions
|
|
@ -61,6 +61,7 @@ from .prompt_templates.factory import (
|
|||
)
|
||||
|
||||
BEDROCK_CONVERSE_MODELS = [
|
||||
"anthropic.claude-3-5-sonnet-20240620-v1:0",
|
||||
"anthropic.claude-3-opus-20240229-v1:0",
|
||||
"anthropic.claude-3-sonnet-20240229-v1:0",
|
||||
"anthropic.claude-3-haiku-20240307-v1:0",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue