mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 19:24:27 +00:00
fix(router.py): fix client init for streaming timeouts
This commit is contained in:
parent
a8d0aace83
commit
bf8097e961
4 changed files with 29 additions and 7 deletions
|
@ -609,6 +609,7 @@ def completion(
|
|||
"cache",
|
||||
"no-log",
|
||||
"base_model",
|
||||
"stream_timeout",
|
||||
]
|
||||
default_params = openai_params + litellm_params
|
||||
non_default_params = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue