testing fix bedrock deprecated cohere.command-text-v14

This commit is contained in:
Ishaan Jaff 2024-11-04 20:20:19 -08:00
parent 37eea68c06
commit 57b1bb5e06
2 changed files with 0 additions and 2 deletions

View file

@ -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])

View file

@ -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