forked from phoenix/litellm-mirror
fix batch creation azure
This commit is contained in:
parent
60e02ae5d1
commit
a007f865d3
2 changed files with 2 additions and 2 deletions
|
@ -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,
|
||||
|
|
|
@ -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