mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 03:04:13 +00:00
fix(bedrock_httpx.py): support mapping for bedrock cohere command r text
This commit is contained in:
parent
9aa05c19d1
commit
5d24a72b7e
5 changed files with 106 additions and 4085 deletions
|
@ -2673,6 +2673,7 @@ def response_format_tests(response: litellm.ModelResponse):
|
|||
"mistral.mistral-7b-instruct-v0:2",
|
||||
"bedrock/amazon.titan-tg1-large",
|
||||
"meta.llama3-8b-instruct-v1:0",
|
||||
"cohere.command-text-v14",
|
||||
],
|
||||
)
|
||||
@pytest.mark.asyncio
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue