forked from phoenix/litellm-mirror
(fix) prisma schema
This commit is contained in:
parent
1ad33bf601
commit
168eabb69a
1 changed files with 2 additions and 0 deletions
|
@ -97,6 +97,8 @@ model LiteLLM_SpendLogs {
|
|||
cache_hit String @default("")
|
||||
cache_key String @default("")
|
||||
request_tags Json @default("[]")
|
||||
team_id String?
|
||||
end_user String?
|
||||
}
|
||||
|
||||
// Beta - allow team members to request access to a model
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue