forked from phoenix/litellm-mirror
(feat) proxy - save model access requests
This commit is contained in:
parent
54e9b5b99a
commit
a13565dd95
4 changed files with 82 additions and 1 deletions
|
@ -95,4 +95,12 @@ model LiteLLM_SpendLogs {
|
|||
cache_hit String @default("")
|
||||
cache_key String @default("")
|
||||
request_tags Json @default("[]")
|
||||
}
|
||||
|
||||
// Beta - allow team members to request access to a model
|
||||
model LiteLLM_ModelRequests {
|
||||
request_id String @unique
|
||||
user_id String
|
||||
models String[]
|
||||
justification String
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue