Merge pull request #3713 from BerriAI/litellm_ui_infer_azure_prefix

[Feat] Admin UI - use `base_model` for Slack Alerts
This commit is contained in:
Ishaan Jaff 2024-05-17 21:55:23 -07:00 committed by GitHub
commit 8281c150f0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 33 additions and 10 deletions

View file

@ -8135,6 +8135,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