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
|
@ -199,7 +199,7 @@ class OpenAIChatCompletion(BaseLLM):
|
|||
api_key=api_key,
|
||||
additional_args={"headers": headers, "api_base": api_base, "acompletion": acompletion, "complete_input_dict": data},
|
||||
)
|
||||
|
||||
|
||||
try:
|
||||
if acompletion is True:
|
||||
if optional_params.get("stream", False):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue