forked from phoenix/litellm-mirror
(feat) set key-model budgets
This commit is contained in:
parent
fda1552db6
commit
a2f1d2ee52
4 changed files with 11 additions and 0 deletions
|
@ -64,6 +64,8 @@ model LiteLLM_VerificationToken {
|
|||
budget_duration String?
|
||||
budget_reset_at DateTime?
|
||||
allowed_cache_controls String[] @default([])
|
||||
model_spend Json @default("{}")
|
||||
model_max_budget Json @default("{}")
|
||||
}
|
||||
|
||||
// store proxy config.yaml
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue