mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-17 18:23:47 +00:00
(fix) batch_completions - set default timeout
This commit is contained in:
@@ -1820,6 +1820,7 @@ def batch_completion(
|
||||
user: Optional[str] = None,
|
||||
deployment_id=None,
|
||||
request_timeout: Optional[int] = None,
|
||||
timeout: Optional[int] = 600,
|
||||
# Optional liteLLM function params
|
||||
**kwargs,
|
||||
):
|
||||
|
||||
Reference in New Issue
Block a user