forked from phoenix/litellm-mirror
SpendLogsPayload- track user ip
This commit is contained in:
parent
626c630eaf
commit
b99ffcf8ae
4 changed files with 8 additions and 1 deletions
|
@ -191,6 +191,7 @@ model LiteLLM_SpendLogs {
|
|||
request_tags Json @default("[]")
|
||||
team_id String?
|
||||
end_user String?
|
||||
requester_ip_address String?
|
||||
}
|
||||
|
||||
// View spend, model, api_key per request
|
||||
|
@ -256,4 +257,4 @@ model LiteLLM_AuditLog {
|
|||
object_id String // id of the object being audited. This can be the key id, team id, user id, model id
|
||||
before_value Json? // value of the row
|
||||
updated_values Json? // value of the row after change
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue