forked from phoenix/litellm-mirror
testing fix bedrock deprecated cohere.command-text-v14
This commit is contained in:
parent
37eea68c06
commit
57b1bb5e06
2 changed files with 0 additions and 2 deletions
|
@ -3543,7 +3543,6 @@ 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.parametrize("sync_mode", [True, False])
|
||||
|
|
|
@ -1430,7 +1430,6 @@ async def test_completion_replicate_llama3_streaming(sync_mode):
|
|||
["mistral.mistral-7b-instruct-v0:2", None],
|
||||
["bedrock/amazon.titan-tg1-large", None],
|
||||
["meta.llama3-8b-instruct-v1:0", None],
|
||||
["cohere.command-text-v14", None],
|
||||
],
|
||||
)
|
||||
@pytest.mark.asyncio
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue