forked from phoenix/litellm-mirror
(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("{}")
|
metadata Json @default("{}")
|
||||||
tpm_limit BigInt?
|
tpm_limit BigInt?
|
||||||
rpm_limit BigInt?
|
rpm_limit BigInt?
|
||||||
max_budget Float? @default(0.0)
|
max_budget Float?
|
||||||
budget_duration String?
|
budget_duration String?
|
||||||
budget_reset_at DateTime?
|
budget_reset_at DateTime?
|
||||||
}
|
}
|
||||||
|
|
|
@ -33,7 +33,7 @@ model LiteLLM_VerificationToken {
|
||||||
metadata Json @default("{}")
|
metadata Json @default("{}")
|
||||||
tpm_limit BigInt?
|
tpm_limit BigInt?
|
||||||
rpm_limit BigInt?
|
rpm_limit BigInt?
|
||||||
max_budget Float? @default(0.0)
|
max_budget Float?
|
||||||
budget_duration String?
|
budget_duration String?
|
||||||
budget_reset_at DateTime?
|
budget_reset_at DateTime?
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue