(fix) make max_budget optional for LiteLLM_VerificationToken

This commit is contained in:
ishaan-jaff
2024-01-22 12:20:38 -08:00
parent 152456e10d
commit de7663ead3
2 changed files with 2 additions and 2 deletions
+1 -1
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? @default(0.0)
}
model LiteLLM_Config {
+1 -1
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? @default(0.0)
}
model LiteLLM_Config {