forked from phoenix/litellm-mirror
fix - track litellm_model_name in LiteLLM_ErrorLogs
This commit is contained in:
parent
8a1a043801
commit
f2849d0641
3 changed files with 3 additions and 0 deletions
|
@ -1258,6 +1258,7 @@ async def _PROXY_failure_handler(
|
|||
request_id=str(uuid.uuid4()),
|
||||
model_group=_model_group,
|
||||
model_id=_model_id,
|
||||
litellm_model_name=kwargs.get("model"),
|
||||
request_kwargs=_optional_params,
|
||||
api_base=api_base,
|
||||
exception_type=_exception_type,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue