fix - track litellm_model_name in LiteLLM_ErrorLogs

This commit is contained in:
Ishaan Jaff 2024-04-30 17:31:40 -07:00
parent 8a1a043801
commit f2849d0641
3 changed files with 3 additions and 0 deletions

View file

@ -190,6 +190,7 @@ model LiteLLM_ErrorLogs {
endTime DateTime // Assuming end_time is a DateTime field
api_base String @default("")
model_group String @default("") // public model_name / model_group
litellm_model_name String @default("") // model passed to litellm
model_id String @default("") // ID of model in ProxyModelTable
request_kwargs Json @default("{}")
exception_type String @default("")