forked from phoenix/litellm-mirror
fix - show correct base_model in slack alerts
This commit is contained in:
parent
f1a482f358
commit
be273b3c3b
3 changed files with 16 additions and 3 deletions
|
@ -8088,6 +8088,7 @@ async def add_new_model(
|
|||
await proxy_logging_obj.slack_alerting_instance.model_added_alert(
|
||||
model_name=model_params.model_name,
|
||||
litellm_model_name=_orignal_litellm_model_name,
|
||||
passed_model_info=model_params.model_info,
|
||||
)
|
||||
except:
|
||||
pass
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue