mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-24 18:24:20 +00:00
fix exception
This commit is contained in:
parent
a9cab12a47
commit
263704e942
3 changed files with 1 additions and 1 deletions
Binary file not shown.
Binary file not shown.
|
@ -518,7 +518,7 @@ def client(original_function):
|
|||
result = None
|
||||
litellm_call_id = str(uuid.uuid4())
|
||||
kwargs["litellm_call_id"] = litellm_call_id
|
||||
check_args()
|
||||
check_args(*args, **kwargs)
|
||||
try:
|
||||
logging_obj = function_setup(start_time, *args, **kwargs)
|
||||
kwargs["litellm_logging_obj"] = logging_obj
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue