mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 18:54:30 +00:00
feat - use inlcusive analytics on proxy
This commit is contained in:
parent
0c808c8afa
commit
c1bac5e89d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue