forked from phoenix/litellm-mirror
Merge branch 'main' into litellm_slack_budget_alerting
This commit is contained in:
commit
530b454ff4
35 changed files with 520 additions and 67 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue