mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-17 23:51:30 +00:00
(fix) timeout optional param
This commit is contained in:
parent
523415cb0c
commit
5d6954895f
1 changed files with 1 additions and 1 deletions
|
|
@ -2928,7 +2928,7 @@ def get_optional_params(
|
|||
"max_retries": None,
|
||||
"logprobs": None,
|
||||
"top_logprobs": None,
|
||||
"timeout": None,
|
||||
"timeout": 600,
|
||||
}
|
||||
# filter out those parameters that were passed with non-default values
|
||||
non_default_params = {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue