(feat) set soft_budgets on keys

This commit is contained in:
ishaan-jaff 2024-03-02 12:25:40 -08:00
parent 8a249b5fe9
commit b042b5dc3b
2 changed files with 4 additions and 0 deletions

View file

@ -11,6 +11,7 @@ generator client {
model LiteLLM_BudgetTable {
budget_id String @id @default(uuid())
max_budget Float?
soft_budget Float?
max_parallel_requests Int?
tpm_limit BigInt?
rpm_limit BigInt?
@ -107,6 +108,7 @@ model LiteLLM_VerificationToken {
allowed_cache_controls String[] @default([])
model_spend Json @default("{}")
model_max_budget Json @default("{}")
budget_id String?
}
// store proxy config.yaml