forked from phoenix/litellm-mirror
(fix) batch_completions - set default timeout
This commit is contained in:
parent
38f55249e1
commit
aee38d9329
1 changed files with 1 additions and 0 deletions
|
@ -1820,6 +1820,7 @@ def batch_completion(
|
||||||
user: Optional[str] = None,
|
user: Optional[str] = None,
|
||||||
deployment_id=None,
|
deployment_id=None,
|
||||||
request_timeout: Optional[int] = None,
|
request_timeout: Optional[int] = None,
|
||||||
|
timeout: Optional[int] = 600,
|
||||||
# Optional liteLLM function params
|
# Optional liteLLM function params
|
||||||
**kwargs,
|
**kwargs,
|
||||||
):
|
):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue