diff --git a/docs/my-website/docs/debugging/hosted_debugging.md b/docs/my-website/docs/debugging/hosted_debugging.md index 7e894e7ee..5c98ac6f5 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 659cd6d59..000000000 --- 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 3d482c053..b08e91352 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 2028a07e3..000000000 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 03647eaec..000000000 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 fc58895f6..000000000 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 0d935a322..000000000 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 82d80b90e..000000000 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 b3b053298..000000000 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 a2057b85c..000000000 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 4cd33a1aa..000000000 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 264b48ba9..000000000 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 6e73c11c1..000000000 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 2c46b3ba6..000000000 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 b14d08a40..000000000 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 ba253da83..000000000 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 48fef02a5..000000000 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 fcba4ae2b..000000000 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 b11ed9d29..dc6eca314 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", {