SpendLogsPayload- track user ip

This commit is contained in:
Ishaan Jaff 2024-07-08 10:16:58 -07:00
parent 626c630eaf
commit b99ffcf8ae
4 changed files with 8 additions and 1 deletions

View file

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