mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 10:44:24 +00:00
build(schema.prisma): add column 'blocked' for litellm keys
enables blocking/unblocking litellm keys
This commit is contained in:
parent
cf7dcd9168
commit
dad3964207
2 changed files with 2 additions and 0 deletions
|
@ -139,6 +139,7 @@ model LiteLLM_VerificationToken {
|
||||||
permissions Json @default("{}")
|
permissions Json @default("{}")
|
||||||
max_parallel_requests Int?
|
max_parallel_requests Int?
|
||||||
metadata Json @default("{}")
|
metadata Json @default("{}")
|
||||||
|
blocked Boolean?
|
||||||
tpm_limit BigInt?
|
tpm_limit BigInt?
|
||||||
rpm_limit BigInt?
|
rpm_limit BigInt?
|
||||||
max_budget Float?
|
max_budget Float?
|
||||||
|
|
|
@ -139,6 +139,7 @@ model LiteLLM_VerificationToken {
|
||||||
permissions Json @default("{}")
|
permissions Json @default("{}")
|
||||||
max_parallel_requests Int?
|
max_parallel_requests Int?
|
||||||
metadata Json @default("{}")
|
metadata Json @default("{}")
|
||||||
|
blocked Boolean?
|
||||||
tpm_limit BigInt?
|
tpm_limit BigInt?
|
||||||
rpm_limit BigInt?
|
rpm_limit BigInt?
|
||||||
max_budget Float?
|
max_budget Float?
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue