(fix) LiteLLM_VerificationToken - use NULL default for max_budget

This commit is contained in:
ishaan-jaff 2024-01-24 12:59:50 -08:00
parent 0f6ece7a7b
commit 25332b4a60
2 changed files with 2 additions and 2 deletions

View file

@ -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?
}

View file

@ -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?
}