From bf824dec551f00fb2f1ee699bfe4117891bb43de Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Tue, 17 Feb 2026 08:46:28 -0800 Subject: [PATCH] docs: remove references to unused var --- docs/my-website/docs/proxy/config_settings.md | 1 - docs/my-website/docs/proxy/team_budgets.md | 1 - docs/my-website/docs/proxy/users.md | 11 +---------- 3 files changed, 1 insertion(+), 12 deletions(-) diff --git a/docs/my-website/docs/proxy/config_settings.md b/docs/my-website/docs/proxy/config_settings.md index 775cdf6876..a237123230 100644 --- a/docs/my-website/docs/proxy/config_settings.md +++ b/docs/my-website/docs/proxy/config_settings.md @@ -603,7 +603,6 @@ router_settings: | EMAIL_BUDGET_ALERT_TTL | Time-to-live for budget alert deduplication in seconds. Default is 86400 (24 hours) | ENKRYPTAI_API_BASE | Base URL for EnkryptAI Guardrails API. **Default is https://api.enkryptai.com** | ENKRYPTAI_API_KEY | API key for EnkryptAI Guardrails service -| EXPERIMENTAL_MULTI_INSTANCE_RATE_LIMITING | Flag to enable new multi-instance rate limiting. **Default is False** | FIREWORKS_AI_4_B | Size parameter for Fireworks AI 4B model. Default is 4 | FIREWORKS_AI_16_B | Size parameter for Fireworks AI 16B model. Default is 16 | FIREWORKS_AI_56_B_MOE | Size parameter for Fireworks AI 56B MOE model. Default is 56 diff --git a/docs/my-website/docs/proxy/team_budgets.md b/docs/my-website/docs/proxy/team_budgets.md index 03d1879713..01b07f23a3 100644 --- a/docs/my-website/docs/proxy/team_budgets.md +++ b/docs/my-website/docs/proxy/team_budgets.md @@ -8,7 +8,6 @@ import TabItem from '@theme/TabItem'; # Pre-Requisites - You must set up a Postgres database (e.g. Supabase, Neon, etc.) -- To enable team member rate limits, set the environment variable `EXPERIMENTAL_MULTI_INSTANCE_RATE_LIMITING=true` **before starting the proxy server**. Without this, team member rate limits will not be enforced. ## Default Budget for Auto-Generated JWT Teams diff --git a/docs/my-website/docs/proxy/users.md b/docs/my-website/docs/proxy/users.md index a389f0bd44..8517db51a8 100644 --- a/docs/my-website/docs/proxy/users.md +++ b/docs/my-website/docs/proxy/users.md @@ -68,13 +68,6 @@ You can: **Step-by step tutorial on setting, resetting budgets on Teams here (API or using Admin UI)** -> **Prerequisite:** -> To enable team member rate limits, you must set the environment variable `EXPERIMENTAL_MULTI_INSTANCE_RATE_LIMITING=true` before starting the proxy server. Without this, team member rate limits will not be enforced. - -👉 [https://docs.litellm.ai/docs/proxy/team_budgets](https://docs.litellm.ai/docs/proxy/team_budgets) - -::: - #### **Add budgets to teams** ```shell @@ -822,12 +815,10 @@ Expected Response: } ``` -### [BETA] Multi-instance rate limiting +### Multi-instance rate limiting -Enable multi-instance rate limiting with the env var `EXPERIMENTAL_MULTI_INSTANCE_RATE_LIMITING="True"` **Important Notes:** -- Setting `EXPERIMENTAL_MULTI_INSTANCE_RATE_LIMITING="True"` is required for team member rate limits to function, not just for multi-instance scenarios. - **Rate limits do not apply to proxy admin users.** - When testing rate limits, use internal user roles (non-admin) to ensure limits are enforced as expected.