mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 02:34:29 +00:00
fix schema error logs
This commit is contained in:
parent
ac1cabe963
commit
c7f979e0fe
1 changed files with 3 additions and 2 deletions
|
@ -189,8 +189,9 @@ model LiteLLM_ErrorLogs {
|
||||||
model_name String @default("") // public model_name / model_group
|
model_name String @default("") // public model_name / model_group
|
||||||
model_id String @default("") // ID of model in ProxyModelTable
|
model_id String @default("") // ID of model in ProxyModelTable
|
||||||
request_kwargs Json @default("{}")
|
request_kwargs Json @default("{}")
|
||||||
exceptionType String @default("")
|
exception_type String @default("")
|
||||||
exceptionString String @default("")
|
exception_string String @default("")
|
||||||
|
status_code String @default("")
|
||||||
}
|
}
|
||||||
|
|
||||||
// Beta - allow team members to request access to a model
|
// Beta - allow team members to request access to a model
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue