(feat) use user_notification table

This commit is contained in:
ishaan-jaff 2024-02-19 16:53:40 -08:00
parent a13565dd95
commit 6985880506
4 changed files with 19 additions and 12 deletions

View file

@ -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
}