forked from phoenix/litellm-mirror
(feat) use user_notification table
This commit is contained in:
parent
a13565dd95
commit
6985880506
4 changed files with 19 additions and 12 deletions
|
@ -98,9 +98,10 @@ model LiteLLM_SpendLogs {
|
|||
}
|
||||
|
||||
// Beta - allow team members to request access to a model
|
||||
model LiteLLM_ModelRequests {
|
||||
model LiteLLM_UserNotifications {
|
||||
request_id String @unique
|
||||
user_id String
|
||||
models String[]
|
||||
justification String
|
||||
status String // approved, disapproved, pending
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue