mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 19:54:13 +00:00
bump: version 1.7.0 → 1.7.1
This commit is contained in:
parent
28cdebf0f2
commit
20ca1b32eb
4 changed files with 33 additions and 33 deletions
|
@ -2301,7 +2301,7 @@ def get_optional_params( # use the openai defaults
|
|||
if n:
|
||||
optional_params["n"] = n
|
||||
if stream:
|
||||
optional_params["stream"] = str
|
||||
optional_params["stream"] = stream
|
||||
if stop:
|
||||
optional_params["stop"] = stop
|
||||
if max_tokens:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue