forked from phoenix/litellm-mirror
bump: version 1.7.0 → 1.7.1
This commit is contained in:
parent
620633ec28
commit
30f47d3169
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