fix(azure.py): fix httpx call for dall e 3

This commit is contained in:
Krrish Dholakia 2024-07-02 18:28:45 -07:00
parent 87c63ed703
commit 7d4f9be426
2 changed files with 19 additions and 5 deletions

View file

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