forked from phoenix/litellm-mirror
fix - log api_base in errors
This commit is contained in:
parent
06804bc70a
commit
ee2a2ce559
3 changed files with 7 additions and 0 deletions
|
@ -186,6 +186,7 @@ model LiteLLM_SpendLogs {
|
|||
// View spend, model, api_key per request
|
||||
model LiteLLM_ErrorLogs {
|
||||
request_id String @id @default(uuid())
|
||||
api_base String @default("")
|
||||
model_name String @default("") // public model_name / model_group
|
||||
model_id String @default("") // ID of model in ProxyModelTable
|
||||
request_kwargs Json @default("{}")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue