mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-06 08:16:43 +00:00
(fix) improve example test slack alert
This commit is contained in:
parent
c7968aff62
commit
b7416fc946
1 changed files with 20 additions and 0 deletions
20
docs/my-website/docs/proxy/budget_alerts.md
Normal file
20
docs/my-website/docs/proxy/budget_alerts.md
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
import Image from '@theme/IdealImage';
|
||||
|
||||
# 🚨 Budget Alerting
|
||||
|
||||
**Alerts when a project will exceed it’s planned limit**
|
||||
|
||||
<Image img={require('../../img/budget_alert.png')} />
|
||||
|
||||
## Quick Start
|
||||
|
||||
### 1. Setup Slack Alerting on your Proxy Config.yaml
|
||||
|
||||
|
||||
### 1. Create API Key on Admin UI
|
||||
- Set a key name
|
||||
- Set a Soft Budget on when to get alerted
|
||||
|
||||
### 2. Test Alerting
|
||||
|
||||
### 3. Check Slack
|
||||
Loading…
Add table
Reference in a new issue