mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
fix bedrock test
This commit is contained in:
parent
45e367d4d4
commit
fccc6dc928
1 changed files with 1 additions and 0 deletions
|
|
@ -3526,6 +3526,7 @@ async def test_anthropic_api_prompt_caching_basic():
|
|||
"cohere.command-text-v14",
|
||||
],
|
||||
)
|
||||
@pytest.mark.parametrize("sync_mode", [True, False])
|
||||
@pytest.mark.asyncio
|
||||
async def test_completion_bedrock_httpx_models(sync_mode, model):
|
||||
litellm.set_verbose = True
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue