forked from phoenix/litellm-mirror
fix(proxy_server.py): fix setting offset-aware datetime
This commit is contained in:
parent
1bb82ef42f
commit
5583197d63
2 changed files with 4 additions and 2 deletions
|
@ -3668,7 +3668,7 @@ async def chat_completion(
|
|||
logging_obj, data = litellm.utils.function_setup(
|
||||
original_function="acompletion",
|
||||
rules_obj=litellm.utils.Rules(),
|
||||
start_time=litellm.utils.get_utc_datetime(),
|
||||
start_time=datetime.now(),
|
||||
**data,
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue