forked from phoenix/litellm-mirror
fix(azure.py): fix httpx call for dall e 3
This commit is contained in:
parent
540db53ccb
commit
ac00639301
2 changed files with 19 additions and 5 deletions
|
@ -44,7 +44,9 @@ def test_image_generation_openai():
|
|||
|
||||
@pytest.mark.parametrize(
|
||||
"sync_mode",
|
||||
[True, False],
|
||||
[
|
||||
True,
|
||||
], # False
|
||||
) #
|
||||
@pytest.mark.asyncio
|
||||
async def test_image_generation_azure(sync_mode):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue