diff --git a/apps/web/src/app/(app)/claw/components/SettingsTab.tsx b/apps/web/src/app/(app)/claw/components/SettingsTab.tsx index c58bda5286..ce8b9c2275 100644 --- a/apps/web/src/app/(app)/claw/components/SettingsTab.tsx +++ b/apps/web/src/app/(app)/claw/components/SettingsTab.tsx @@ -20,6 +20,7 @@ import { useEffect, useMemo, useRef, useState } from 'react'; import { OpenclawImportCard } from './OpenclawImportCard'; import { usePostHog } from 'posthog-js/react'; +import Link from 'next/link'; import { toast } from 'sonner'; import { useModelSelectorList } from '@/app/api/openrouter/hooks'; import { useUser } from '@/hooks/useUser'; @@ -2233,6 +2234,13 @@ export function SettingsTab({

Used for new conversations. Can be changed per-conversation.

+

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

+ View the BYOK setup guide + + ); +} + function SupportedModelsList({ models }: { models: string[] }) { const [expanded, setExpanded] = useState(false); @@ -293,11 +306,16 @@ export function BYOKKeysManager({ organizationId }: BYOKKeysManagerProps) { - BYOK API Keys +
+ BYOK API Keys +
Loading...
+ + +
); @@ -317,8 +335,10 @@ export function BYOKKeysManager({ organizationId }: BYOKKeysManagerProps) {
- - BYOK API Keys + +
+ BYOK API Keys +
);