mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
(fix) LiteLLM_VerificationToken - use NULL default for max_budget
This commit is contained in:
parent
0f6ece7a7b
commit
25332b4a60
2 changed files with 2 additions and 2 deletions
|
|
@ -33,7 +33,7 @@ model LiteLLM_VerificationToken {
|
|||
metadata Json @default("{}")
|
||||
tpm_limit BigInt?
|
||||
rpm_limit BigInt?
|
||||
max_budget Float? @default(0.0)
|
||||
max_budget Float?
|
||||
budget_duration String?
|
||||
budget_reset_at DateTime?
|
||||
}
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@ model LiteLLM_VerificationToken {
|
|||
metadata Json @default("{}")
|
||||
tpm_limit BigInt?
|
||||
rpm_limit BigInt?
|
||||
max_budget Float? @default(0.0)
|
||||
max_budget Float?
|
||||
budget_duration String?
|
||||
budget_reset_at DateTime?
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue