testing fix bedrock deprecated cohere.command-text-v14

This commit is contained in:
Ishaan Jaff 2024-11-04 20:20:19 -08:00
parent 8d27efd9f2
commit 1edfba3f66
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])