mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-13 23:11:40 +00:00
Update litellm/proxy/utils.py
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
This commit is contained in:
parent
de6494d86f
commit
f96681495f
1 changed files with 1 additions and 1 deletions
|
|
@ -2027,7 +2027,7 @@ class ProxyLogging:
|
|||
try:
|
||||
end_time = datetime.now(timezone.utc)
|
||||
await _callback.async_post_guardrail_log_success_event(
|
||||
kwargs=kwargs,
|
||||
kwargs=dict(kwargs),
|
||||
response_obj=response,
|
||||
start_time=start_time,
|
||||
end_time=end_time,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue