(feat) use daily spend metric

This commit is contained in:
ishaan-jaff 2024-02-29 18:18:40 -08:00
parent e996309617
commit a49605a25e

View file

@ -4102,7 +4102,8 @@ async def global_spend_logs(
SELECT * FROM "MonthlyGlobalSpendPerKey" SELECT * FROM "MonthlyGlobalSpendPerKey"
WHERE "api_key" = '""" WHERE "api_key" = '"""
+ api_key + api_key
+ """'; + """'
ORDER BY "date";
""" """
) )