fix - log api_base in errors

This commit is contained in:
Ishaan Jaff 2024-04-30 13:02:42 -07:00
parent 06804bc70a
commit ee2a2ce559
3 changed files with 7 additions and 0 deletions

View file

@ -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("{}")