mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 03:34:10 +00:00
feat(slack_alerting.py): refactor region outage alerting to do model based alerting instead
Unable to extract azure region from api base, makes sense to start with model alerting and then move to region
This commit is contained in:
parent
a8fb4e33d5
commit
4536ed6f6e
7 changed files with 119 additions and 51 deletions
|
@ -868,6 +868,7 @@ def completion(
|
|||
user=user,
|
||||
optional_params=optional_params,
|
||||
litellm_params=litellm_params,
|
||||
custom_llm_provider=custom_llm_provider,
|
||||
)
|
||||
if mock_response:
|
||||
return mock_completion(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue