diff --git a/src/lib/components/admin/Settings/WebSearch.svelte b/src/lib/components/admin/Settings/WebSearch.svelte index 2f824b4d7c..622aaf4a08 100644 --- a/src/lib/components/admin/Settings/WebSearch.svelte +++ b/src/lib/components/admin/Settings/WebSearch.svelte @@ -131,7 +131,24 @@ {#if webConfig.WEB_SEARCH_ENGINE !== ''} - {#if webConfig.WEB_SEARCH_ENGINE === 'searxng'} + {#if webConfig.WEB_SEARCH_ENGINE === 'ollama_cloud'} +
+
+
+ {$i18n.t('Ollama Cloud API Key')} +
+ +
+
+ +
+
+
+
+ {:else if webConfig.WEB_SEARCH_ENGINE === 'searxng'}