diff --git a/ENVIRONMENT.md b/ENVIRONMENT.md index f4e6547e2e..b9d9e1cf66 100644 --- a/ENVIRONMENT.md +++ b/ENVIRONMENT.md @@ -269,7 +269,6 @@ Manage shared web env var additions and rotations with `pnpm web:env set @@ -131,8 +123,7 @@ export function RoutingContent() { to Vercel (vs OpenRouter). Models not available on Vercel always go to OpenRouter, so overall traffic may still be skewed towards OpenRouter. Paid and free models are configured separately. Leave empty to use the default ({DEFAULT_VERCEL_PERCENTAGE}% for - paid, {DEFAULT_VERCEL_PERCENTAGE_FREE}% for free). Perplexity routes only its configured - models and defaults to {DEFAULT_PERPLEXITY_PERCENTAGE}%. + paid, {DEFAULT_VERCEL_PERCENTAGE_FREE}% for free). @@ -183,30 +174,6 @@ export function RoutingContent() { /> % -

Direct partners

-
- - { - setPerplexityInputValue(e.target.value); - setHasChanges(true); - }} - onKeyDown={e => { - if (e.key === 'Enter') handleSave(); - }} - className="w-48" - /> - % -