forked from phoenix/litellm-mirror
(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,
|
"max_retries": None,
|
||||||
"logprobs": None,
|
"logprobs": None,
|
||||||
"top_logprobs": None,
|
"top_logprobs": None,
|
||||||
"timeout": None,
|
"timeout": 600,
|
||||||
}
|
}
|
||||||
# filter out those parameters that were passed with non-default values
|
# filter out those parameters that were passed with non-default values
|
||||||
non_default_params = {
|
non_default_params = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue