Merge branch 'main' into litellm_slack_budget_alerting

This commit is contained in:
Krish Dholakia 2024-03-02 19:13:57 -08:00 committed by GitHub
commit 530b454ff4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
35 changed files with 520 additions and 67 deletions

View file

@ -15,7 +15,7 @@ model LiteLLM_BudgetTable {
max_parallel_requests Int?
tpm_limit BigInt?
rpm_limit BigInt?
model_max_budget Json @default("{}")
model_max_budget Json?
budget_duration String?
budget_reset_at DateTime?
created_at DateTime @default(now()) @map("created_at")