diff --git a/docs/my-website/docs/debugging/hosted_debugging.md b/docs/my-website/docs/debugging/hosted_debugging.md index 7e894e7eedd..5c98ac6f568 100644 --- a/docs/my-website/docs/debugging/hosted_debugging.md +++ b/docs/my-website/docs/debugging/hosted_debugging.md @@ -76,7 +76,6 @@ Click on your personal dashboard link. Here's how you can find it πŸ‘‡ Oh! Looks like our request was made successfully. Let's click on it and see exactly what got sent to the LLM provider. -Dashboard Log Row diff --git a/docs/my-website/docs/proxy/budget_alerts.md b/docs/my-website/docs/proxy/budget_alerts.md deleted file mode 100644 index 659cd6d597e..00000000000 --- a/docs/my-website/docs/proxy/budget_alerts.md +++ /dev/null @@ -1,61 +0,0 @@ -import Image from '@theme/IdealImage'; - -# 🚨 Budget Alerting - -**Alerts when a project will exceed it’s planned limit** - - - -## Quick Start - -### 1. Setup Slack Alerting on your Proxy Config.yaml - -**Add Slack Webhook to your env** -Get a slack webhook url from https://api.slack.com/messaging/webhooks - - -Set `SLACK_WEBHOOK_URL` in your proxy env - -```shell -export SLACK_WEBHOOK_URL="https://hooks.slack.com/services/<>/<>/<>" -``` - -**Update proxy config.yaml with slack alerting** - -Add `general_settings:alerting` -```yaml -model_list: - model_name: "azure-model" - litellm_params: - model: "azure/gpt-35-turbo" - -general_settings: - alerting: ["slack"] -``` - - - -Start proxy -```bash -$ litellm --config /path/to/config.yaml -``` - - -### 2. Create API Key on Proxy Admin UI -The Admin UI is found on `your-litellm-proxy-endpoint/ui`, example `http://localhost:4000/ui/` - -- Set a key name -- Set a Soft Budget on when to get alerted - - - - -### 3. Test Slack Alerting on Admin UI -After creating a key on the Admin UI, click on "Test Slack Alert" to send a test alert to your Slack channel - - -### 4. Check Slack - -When the test alert works, you should expect to see this on your alerts slack channel - - \ No newline at end of file diff --git a/docs/my-website/docs/tutorials/ab_test_llms.md b/docs/my-website/docs/tutorials/ab_test_llms.md index 3d482c053b0..b08e913529e 100644 --- a/docs/my-website/docs/tutorials/ab_test_llms.md +++ b/docs/my-website/docs/tutorials/ab_test_llms.md @@ -95,5 +95,4 @@ completion_with_split_tests( ) ``` -### A/B Testing Dashboard after running code - https://admin.litellm.ai/ - + diff --git a/docs/my-website/img/ab_test_code.png b/docs/my-website/img/ab_test_code.png deleted file mode 100644 index 2028a07e392..00000000000 Binary files a/docs/my-website/img/ab_test_code.png and /dev/null differ diff --git a/docs/my-website/img/ab_test_logs.png b/docs/my-website/img/ab_test_logs.png deleted file mode 100644 index 03647eaec4c..00000000000 Binary files a/docs/my-website/img/ab_test_logs.png and /dev/null differ diff --git a/docs/my-website/img/add_model.png b/docs/my-website/img/add_model.png deleted file mode 100644 index fc58895f665..00000000000 Binary files a/docs/my-website/img/add_model.png and /dev/null differ diff --git a/docs/my-website/img/admin_dashboard.png b/docs/my-website/img/admin_dashboard.png deleted file mode 100644 index 0d935a32229..00000000000 Binary files a/docs/my-website/img/admin_dashboard.png and /dev/null differ diff --git a/docs/my-website/img/budget_alerts.png b/docs/my-website/img/budget_alerts.png deleted file mode 100644 index 82d80b90ede..00000000000 Binary files a/docs/my-website/img/budget_alerts.png and /dev/null differ diff --git a/docs/my-website/img/create_key.png b/docs/my-website/img/create_key.png deleted file mode 100644 index b3b0532982e..00000000000 Binary files a/docs/my-website/img/create_key.png and /dev/null differ diff --git a/docs/my-website/img/dashboard.png b/docs/my-website/img/dashboard.png deleted file mode 100644 index a2057b85c4a..00000000000 Binary files a/docs/my-website/img/dashboard.png and /dev/null differ diff --git a/docs/my-website/img/dashboard_log_row.png b/docs/my-website/img/dashboard_log_row.png deleted file mode 100644 index 4cd33a1aac6..00000000000 Binary files a/docs/my-website/img/dashboard_log_row.png and /dev/null differ diff --git a/docs/my-website/img/lite_logs.png b/docs/my-website/img/lite_logs.png deleted file mode 100644 index 264b48ba970..00000000000 Binary files a/docs/my-website/img/lite_logs.png and /dev/null differ diff --git a/docs/my-website/img/lite_logs2.png b/docs/my-website/img/lite_logs2.png deleted file mode 100644 index 6e73c11c116..00000000000 Binary files a/docs/my-website/img/lite_logs2.png and /dev/null differ diff --git a/docs/my-website/img/spend_per_api_key.png b/docs/my-website/img/spend_per_api_key.png deleted file mode 100644 index 2c46b3ba6c8..00000000000 Binary files a/docs/my-website/img/spend_per_api_key.png and /dev/null differ diff --git a/docs/my-website/img/term_output.png b/docs/my-website/img/term_output.png deleted file mode 100644 index b14d08a404c..00000000000 Binary files a/docs/my-website/img/term_output.png and /dev/null differ diff --git a/docs/my-website/img/test_alert.png b/docs/my-website/img/test_alert.png deleted file mode 100644 index ba253da83a1..00000000000 Binary files a/docs/my-website/img/test_alert.png and /dev/null differ diff --git a/docs/my-website/img/user_auth_screen.png b/docs/my-website/img/user_auth_screen.png deleted file mode 100644 index 48fef02a5d7..00000000000 Binary files a/docs/my-website/img/user_auth_screen.png and /dev/null differ diff --git a/docs/my-website/img/user_create_key_screen.png b/docs/my-website/img/user_create_key_screen.png deleted file mode 100644 index fcba4ae2b24..00000000000 Binary files a/docs/my-website/img/user_create_key_screen.png and /dev/null differ diff --git a/docs/my-website/sidebars.js b/docs/my-website/sidebars.js index b11ed9d2946..dc6eca31488 100644 --- a/docs/my-website/sidebars.js +++ b/docs/my-website/sidebars.js @@ -43,7 +43,6 @@ const sidebars = { "proxy/users", "proxy/team_based_routing", "proxy/ui", - "proxy/budget_alerts", "proxy/cost_tracking", "proxy/token_auth", {