fix - show correct base_model in slack alerts

This commit is contained in:
Ishaan Jaff 2024-05-17 16:07:02 -07:00
parent f1a482f358
commit be273b3c3b
3 changed files with 16 additions and 3 deletions

View file

@ -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