mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 19:24:27 +00:00
fix batch creation azure
This commit is contained in:
parent
60e02ae5d1
commit
a007f865d3
2 changed files with 2 additions and 2 deletions
|
@ -114,7 +114,7 @@ async def test_async_create_batch(provider):
|
|||
)
|
||||
print("Response from creating file=", file_obj)
|
||||
|
||||
await asyncio.sleep(5)
|
||||
await asyncio.sleep(10)
|
||||
batch_input_file_id = file_obj.id
|
||||
assert (
|
||||
batch_input_file_id is not None
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue