mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-06-22 21:28:12 +02:00
feat(model-connections): add provider-specific connection forms and shared components
This commit is contained in:
parent
ced1bb85ed
commit
356f0e56c5
15 changed files with 1423 additions and 574 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue