mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-10 22:41:41 +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
Reference in a new issue