mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-06 08:16:43 +00:00
fix: bedrock ai21 jamba models will work now (#11233)
This commit is contained in:
parent
974c928672
commit
9a82a69593
1 changed files with 2 additions and 0 deletions
|
|
@ -376,6 +376,8 @@ BEDROCK_CONVERSE_MODELS = [
|
|||
"anthropic.claude-v1",
|
||||
"anthropic.claude-instant-v1",
|
||||
"ai21.jamba-instruct-v1:0",
|
||||
"ai21.jamba-1-5-mini-v1:0",
|
||||
"ai21.jamba-1-5-large-v1:0",
|
||||
"meta.llama3-70b-instruct-v1:0",
|
||||
"meta.llama3-8b-instruct-v1:0",
|
||||
"meta.llama3-1-8b-instruct-v1:0",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue