v0 max_budget per key

This commit is contained in:
ishaan-jaff 2024-01-22 11:33:34 -08:00
parent 265f5ef6da
commit 8b599d4398
2 changed files with 2 additions and 0 deletions

View file

@ -33,6 +33,7 @@ model LiteLLM_VerificationToken {
metadata Json @default("{}")
tpm_limit BigInt?
rpm_limit BigInt?
max_budget Float @default(0.0)
}
model LiteLLM_Config {

View file

@ -33,6 +33,7 @@ model LiteLLM_VerificationToken {
metadata Json @default("{}")
tpm_limit BigInt?
rpm_limit BigInt?
max_budget Float @default(0.0)
}
model LiteLLM_Config {