mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-14 14:26:43 +00:00
(feat) use daily spend metric
This commit is contained in:
@@ -4102,7 +4102,8 @@ async def global_spend_logs(
|
||||
SELECT * FROM "MonthlyGlobalSpendPerKey"
|
||||
WHERE "api_key" = '"""
|
||||
+ api_key
|
||||
+ """';
|
||||
+ """'
|
||||
ORDER BY "date";
|
||||
"""
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user