mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-06 00:23:19 +00:00
testing fix bedrock deprecated cohere.command-text-v14
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user