forked from phoenix/litellm-mirror
(feat) use daily spend metric
This commit is contained in:
parent
e996309617
commit
a49605a25e
1 changed files with 2 additions and 1 deletions
|
@ -4102,7 +4102,8 @@ async def global_spend_logs(
|
|||
SELECT * FROM "MonthlyGlobalSpendPerKey"
|
||||
WHERE "api_key" = '"""
|
||||
+ api_key
|
||||
+ """';
|
||||
+ """'
|
||||
ORDER BY "date";
|
||||
"""
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue