mirror of
https://github.com/tiennm99/litellm.git
synced 2026-07-14 11:08:37 +00:00
(fix) LiteLLM_VerificationToken - use NULL default for max_budget
This commit is contained in:
@@ -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?
|
||||
}
|
||||
|
||||
+1
-1
@@ -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?
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user