fix schema error logs

This commit is contained in:
Ishaan Jaff 2024-04-30 12:31:19 -07:00
parent ac1cabe963
commit c7f979e0fe

View file

@ -189,8 +189,9 @@ model LiteLLM_ErrorLogs {
model_name String @default("") // public model_name / model_group
model_id String @default("") // ID of model in ProxyModelTable
request_kwargs Json @default("{}")
exceptionType String @default("")
exceptionString String @default("")
exception_type String @default("")
exception_string String @default("")
status_code String @default("")
}
// Beta - allow team members to request access to a model