mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 03:34:10 +00:00
fix - show correct base_model in slack alerts
This commit is contained in:
parent
943c8a4dad
commit
f92dd0ec9b
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