feat(model-connections): add provider-specific connection forms and shared components

This commit is contained in:
Anish Sarkar 2026-06-12 22:04:44 +05:30
parent ced1bb85ed
commit 356f0e56c5
15 changed files with 1423 additions and 574 deletions

View file

@ -2,8 +2,8 @@
import {
BookText,
Bot,
CircleUser,
Cpu,
Earth,
UserKey,
} from "lucide-react";
@ -54,7 +54,7 @@ export function SearchSpaceSettingsLayoutShell({
{
value: "models" as const,
label: t("nav_models"),
icon: <Bot className="h-4 w-4" />,
icon: <Cpu className="h-4 w-4" />,
},
{
value: "team-roles" as const,