From c1bac5e89dd17c2986a47fa367a2ffa8902c08b6 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Mon, 3 Jun 2024 20:49:21 -0700 Subject: [PATCH] feat - use inlcusive analytics on proxy --- litellm/proxy/proxy_server.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litellm/proxy/proxy_server.py b/litellm/proxy/proxy_server.py index ba51eaeb4..c154bd8e9 100644 --- a/litellm/proxy/proxy_server.py +++ b/litellm/proxy/proxy_server.py @@ -11677,7 +11677,7 @@ async def model_metrics( FROM "LiteLLM_SpendLogs" WHERE - "startTime" BETWEEN $2::timestamp AND $3::timestamp + "startTime" >= $2::timestamp AND "startTime" <= $3::timestamp AND "model_group" = $1 AND "cache_hit" != 'True' AND ( CASE