mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
fix: fix import
This commit is contained in:
parent
52739509f3
commit
d20ea3482f
1 changed files with 2 additions and 0 deletions
|
|
@ -1745,6 +1745,8 @@ def client(original_function): # noqa: PLR0915
|
|||
|
||||
@wraps(original_function)
|
||||
async def wrapper_async(*args, **kwargs): # noqa: PLR0915
|
||||
from litellm.litellm_core_utils.redact_messages import LiteLLMLoggingObject
|
||||
|
||||
print_args_passed_to_litellm(original_function, args, kwargs)
|
||||
start_time = datetime.datetime.now()
|
||||
result = None
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue