mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-13 06:23:32 +00:00
v0 max_budget per key
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user