mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 18:54:30 +00:00
fix(utils.py): fix value check
This commit is contained in:
parent
8695cf186d
commit
1cbf851ac2
1 changed files with 1 additions and 1 deletions
|
@ -8786,7 +8786,7 @@ class CustomStreamWrapper:
|
|||
if (
|
||||
"litellm_param_is_function_call" in logging_obj.optional_params
|
||||
and logging_obj.optional_params["litellm_param_is_function_call"]
|
||||
is not None
|
||||
is True
|
||||
):
|
||||
return True
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue