mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 11:43:54 +00:00
ui - show all alert types when getting all callbacks
This commit is contained in:
parent
41823db230
commit
977b030dd9
2 changed files with 13 additions and 1 deletions
|
@ -8379,12 +8379,13 @@ async def get_config():
|
|||
_slack_env_vars[_var] = _decrypted_value
|
||||
|
||||
_alerting_types = proxy_logging_obj.alert_types
|
||||
|
||||
_all_alert_types = proxy_logging_obj._all_possible_alert_types()
|
||||
_data_to_return.append(
|
||||
{
|
||||
"name": "slack",
|
||||
"variables": _slack_env_vars,
|
||||
"alerting_types": _alerting_types,
|
||||
"all_alert_types": _all_alert_types,
|
||||
}
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue