forked from phoenix/litellm-mirror
fix - dont show cache hits on model latency tracker
This commit is contained in:
parent
2b467a847a
commit
e9dd4bbe57
1 changed files with 1 additions and 1 deletions
|
@ -7549,7 +7549,7 @@ async def model_metrics(
|
|||
"LiteLLM_SpendLogs"
|
||||
WHERE
|
||||
"startTime" >= NOW() - INTERVAL '30 days'
|
||||
AND "model" = $1
|
||||
AND "model" = $1 AND "cache_hit" != 'True'
|
||||
GROUP BY
|
||||
api_base,
|
||||
model,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue