diff --git a/apps/web/src/app/(app)/claw/components/SettingsTab.tsx b/apps/web/src/app/(app)/claw/components/SettingsTab.tsx index 535887629..613d4e467 100644 --- a/apps/web/src/app/(app)/claw/components/SettingsTab.tsx +++ b/apps/web/src/app/(app)/claw/components/SettingsTab.tsx @@ -2211,6 +2211,7 @@ export function SettingsTab({ supportsExaSearchUi && kiloExaSearchMode === null ? 'kilo-proxy' : kiloExaSearchMode; const braveSearchEnabled = braveSearchConfigured && !exaSearchConfigured; const toolEntries = getEntriesByCategory('tool'); + const byokHref = organizationId ? `/organizations/${organizationId}/byok` : '/byok'; function handleCycleInboundEmailAddress() { mutations.cycleInboundEmailAddress.mutate(undefined, { @@ -2393,7 +2394,7 @@ export function SettingsTab({

Configure your own model provider keys in{' '} - + Kilo BYOK settings .