forked from phoenix/litellm-mirror
(fix) prisma schema
This commit is contained in:
parent
168eabb69a
commit
5a14a7afb3
2 changed files with 3 additions and 1 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