fix batch creation azure

This commit is contained in:
Ishaan Jaff 2024-08-28 14:57:36 -07:00
parent 60e02ae5d1
commit a007f865d3
2 changed files with 2 additions and 2 deletions

View file

@ -2002,7 +2002,7 @@
"supports_tool_choice": true,
"source": "https://cloud.google.com/vertex-ai/generative-ai/docs/multimodal/gemini-experimental"
},
"gemini-flash-experimental": {
"gemini-pro-flash": {
"max_tokens": 8192,
"max_input_tokens": 1000000,
"max_output_tokens": 8192,

View file

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