Merge pull request #2301 from BerriAI/litellm_log_api_base_spend_logs

[FEAT] log api_base in spend logs
This commit is contained in:
Ishaan Jaff 2024-03-02 12:08:16 -08:00 committed by GitHub
commit 38201ac7e3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 4 additions and 0 deletions

View file

@ -125,6 +125,7 @@ model LiteLLM_SpendLogs {
startTime DateTime // Assuming start_time is a DateTime field
endTime DateTime // Assuming end_time is a DateTime field
model String @default("")
api_base String @default("")
user String @default("")
metadata Json @default("{}")
cache_hit String @default("")