forked from phoenix/litellm-mirror
fix(proxy_server.py): fix model metrics to return slow responses based on model group
This commit is contained in:
parent
0f2c55dd81
commit
259003ad8c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue