diff --git a/surfsense_web/app/dashboard/[search_space_id]/user-settings/components/MemoryContent.tsx b/surfsense_web/app/dashboard/[search_space_id]/user-settings/components/MemoryContent.tsx
index ed0e6095c..ef17e5a89 100644
--- a/surfsense_web/app/dashboard/[search_space_id]/user-settings/components/MemoryContent.tsx
+++ b/surfsense_web/app/dashboard/[search_space_id]/user-settings/components/MemoryContent.tsx
@@ -182,7 +182,7 @@ export function MemoryContent() {
SurfSense uses this personal memory to personalize your responses across all
- conversations. Use the input below to add, update, or remove memory entries.
+ conversations.
No purchases yet
Your page-pack purchases will appear here after checkout. diff --git a/surfsense_web/components/settings/image-model-manager.tsx b/surfsense_web/components/settings/image-model-manager.tsx index 55dfe3d31..831519aa2 100644 --- a/surfsense_web/components/settings/image-model-manager.tsx +++ b/surfsense_web/components/settings/image-model-manager.tsx @@ -190,7 +190,7 @@ export function ImageModelManager({ searchSpaceId }: ImageModelManagerProps) { ? "model" : "models"} {" "} - available from your administrator. Use the model selector to view and select them. + available from your administrator.
diff --git a/surfsense_web/components/settings/llm-role-manager.tsx b/surfsense_web/components/settings/llm-role-manager.tsx index 995159d58..e8088716e 100644 --- a/surfsense_web/components/settings/llm-role-manager.tsx +++ b/surfsense_web/components/settings/llm-role-manager.tsx @@ -10,7 +10,6 @@ import { FileText, ImageIcon, RefreshCw, - Shuffle, } from "lucide-react"; import { useCallback, useEffect, useRef, useState } from "react"; import { toast } from "sonner"; @@ -44,7 +43,6 @@ import { } from "@/components/ui/select"; import { Skeleton } from "@/components/ui/skeleton"; import { Spinner } from "@/components/ui/spinner"; -import { getProviderIcon } from "@/lib/provider-icons"; import { cn } from "@/lib/utils"; const ROLE_DESCRIPTIONS = { @@ -79,8 +77,8 @@ const ROLE_DESCRIPTIONS = { icon: Eye, title: "Vision LLM", description: "Vision-capable model for screenshot analysis and context extraction", - color: "text-amber-600 dark:text-amber-400", - bgColor: "bg-amber-500/10", + color: "text-muted-foreground", + bgColor: "bg-muted", prefKey: "vision_llm_config_id" as const, configType: "vision" as const, }, @@ -205,11 +203,6 @@ export function LLMRoleManager({ searchSpaceId }: LLMRoleManagerProps) { ), ]; - const isAssignmentComplete = - allLLMConfigs.some((c) => c.id === assignments.agent_llm_id) && - allLLMConfigs.some((c) => c.id === assignments.document_summary_llm_id) && - allImageConfigs.some((c) => c.id === assignments.image_generation_config_id); - const isLoading = configsLoading || preferencesLoading || @@ -231,7 +224,7 @@ export function LLMRoleManager({ searchSpaceId }: LLMRoleManagerProps) { return (- Auto Mode -
-- Routes across all available providers -
-
- {assignedConfig.model_name}
-
- - {assignedConfig.api_base} -
- )} -SurfSense uses this shared memory to provide team-wide context across all conversations - in this search space. Use the input below to add, update, or remove memory entries. + in this search space.