fix(proxy_server.py): fix model metrics to return slow responses based on model group

This commit is contained in:
Krrish Dholakia 2024-05-22 18:21:27 -07:00
parent 0f2c55dd81
commit 259003ad8c

View file

@ -8796,7 +8796,7 @@ SELECT
FROM
"LiteLLM_SpendLogs"
WHERE
"model" = $2
"model_group" = $2
AND "cache_hit" != 'True'
AND "startTime" >= $3::timestamp
AND "startTime" <= $4::timestamp