mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-06 04:23:40 +00:00
fix: timedelta as cache serializable error
This commit is contained in:
@@ -108,7 +108,7 @@ class LowestLatencyLoggingHandler(CustomLogger):
|
||||
if final_value is not None:
|
||||
final_value = float(final_value)
|
||||
else:
|
||||
final_value = response_ms
|
||||
final_value = response_seconds
|
||||
|
||||
if time_to_first_token_response_time is not None:
|
||||
if isinstance(time_to_first_token_response_time, timedelta):
|
||||
|
||||
Reference in New Issue
Block a user