mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 18:54:30 +00:00
(fix) make max_budget optional for LiteLLM_VerificationToken
This commit is contained in:
parent
3c32dfd344
commit
8d3c30b01f
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? @default(0.0)
|
||||||
}
|
}
|
||||||
|
|
||||||
model LiteLLM_Config {
|
model LiteLLM_Config {
|
||||||
|
|
|
@ -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? @default(0.0)
|
||||||
}
|
}
|
||||||
|
|
||||||
model LiteLLM_Config {
|
model LiteLLM_Config {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue