forked from phoenix/litellm-mirror
Merge pull request #1500 from BerriAI/litellm_create_keys_with_team_id
[Feat] /key/generate - create keys with`team_id`
This commit is contained in:
commit
a8ba5df90e
6 changed files with 138 additions and 8 deletions
|
@ -9,6 +9,7 @@ generator client {
|
|||
|
||||
model LiteLLM_UserTable {
|
||||
user_id String @unique
|
||||
team_id String?
|
||||
max_budget Float?
|
||||
spend Float @default(0.0)
|
||||
user_email String?
|
||||
|
@ -24,6 +25,7 @@ model LiteLLM_VerificationToken {
|
|||
aliases Json @default("{}")
|
||||
config Json @default("{}")
|
||||
user_id String?
|
||||
team_id String?
|
||||
max_parallel_requests Int?
|
||||
metadata Json @default("{}")
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue