diff --git a/surfsense_web/components/assistant-ui/connector-popup.tsx b/surfsense_web/components/assistant-ui/connector-popup.tsx index d1f6dd31f..b31b7cbd1 100644 --- a/surfsense_web/components/assistant-ui/connector-popup.tsx +++ b/surfsense_web/components/assistant-ui/connector-popup.tsx @@ -376,14 +376,14 @@ export const ConnectorIndicator = forwardRef {/* LLM Configuration Warning */} {!llmConfigLoading && !hasDocumentSummaryLLM && ( - + LLM Configuration Required

{isAutoMode && !hasGlobalConfigs - ? "Auto mode is selected but no global LLM configurations are available. Please configure a custom LLM in Settings to process and summarize documents from your connected sources." - : "You need to configure a Document Summary LLM before adding connectors. This LLM is used to process and summarize documents from your connected sources."} + ? "Auto mode requires a global LLM configuration. Please add one in Settings" + : "A Document Summary LLM is required to process uploads, configure one in Settings"}

- )} ) : ( diff --git a/surfsense_web/components/settings/model-config-manager.tsx b/surfsense_web/components/settings/model-config-manager.tsx index 50d2ab5b7..837060c70 100644 --- a/surfsense_web/components/settings/model-config-manager.tsx +++ b/surfsense_web/components/settings/model-config-manager.tsx @@ -250,28 +250,14 @@ export function ModelConfigManager({ searchSpaceId }: ModelConfigManagerProps) {
{configs?.length === 0 ? (
- + -
- -
-
-

No Configurations Yet

-

- {canCreate - ? "Create your first AI configuration to customize how your agent responds" - : "No AI configurations have been added to this space yet. Contact a space owner to add one."} -

-
- {canCreate && ( - - )} +

No LLM Models Yet

+

+ {canCreate + ? "Add your first LLM model to power document summarization, chat, and other agent capabilities" + : "No LLM models have been added to this space yet. Contact a space owner to add one"} +