mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 11:43:54 +00:00
fix(azure.py): fix httpx call for dall e 3
This commit is contained in:
parent
87c63ed703
commit
7d4f9be426
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