{$i18n.t('General')}
{$i18n.t('Web Search Engine')}
{#if webConfig.WEB_SEARCH_ENGINE !== ''}
{#if webConfig.WEB_SEARCH_ENGINE === 'searxng'}
{$i18n.t('Searxng Query URL')}
{:else if webConfig.WEB_SEARCH_ENGINE === 'google_pse'}
{$i18n.t('Google PSE API Key')}
{$i18n.t('Google PSE Engine Id')}
{:else if webConfig.WEB_SEARCH_ENGINE === 'brave'}
{$i18n.t('Brave Search API Key')}
{:else if webConfig.WEB_SEARCH_ENGINE === 'kagi'}
{$i18n.t('Kagi Search API Key')}
.
{:else if webConfig.WEB_SEARCH_ENGINE === 'mojeek'}
{$i18n.t('Mojeek Search API Key')}
{:else if webConfig.WEB_SEARCH_ENGINE === 'bocha'}
{$i18n.t('Bocha Search API Key')}
{:else if webConfig.WEB_SEARCH_ENGINE === 'serpstack'}
{$i18n.t('Serpstack API Key')}
{:else if webConfig.WEB_SEARCH_ENGINE === 'serper'}
{$i18n.t('Serper API Key')}
{:else if webConfig.WEB_SEARCH_ENGINE === 'serply'}
{$i18n.t('Serply API Key')}
{:else if webConfig.WEB_SEARCH_ENGINE === 'tavily'}
{$i18n.t('Tavily API Key')}
{:else if webConfig.WEB_SEARCH_ENGINE === 'searchapi'}
{$i18n.t('SearchApi API Key')}
{$i18n.t('SearchApi Engine')}
{:else if webConfig.WEB_SEARCH_ENGINE === 'serpapi'}
{$i18n.t('SerpApi API Key')}
{$i18n.t('SerpApi Engine')}
{:else if webConfig.WEB_SEARCH_ENGINE === 'jina'}
{$i18n.t('Jina API Key')}
{:else if webConfig.WEB_SEARCH_ENGINE === 'bing'}
{$i18n.t('Bing Search V7 Endpoint')}
{$i18n.t('Bing Search V7 Subscription Key')}
{:else if webConfig.WEB_SEARCH_ENGINE === 'exa'}
{:else if webConfig.WEB_SEARCH_ENGINE === 'perplexity'}
{$i18n.t('Perplexity API Key')}
{:else if webConfig.WEB_SEARCH_ENGINE === 'sougou'}
{$i18n.t('Sougou Search API sID')}
{$i18n.t('Sougou Search API SK')}
{/if}
{/if}
{#if webConfig.ENABLE_WEB_SEARCH}
{/if}
{$i18n.t('Bypass Embedding and Retrieval')}
{$i18n.t('Trust Proxy Environment')}
{$i18n.t('Loader')}
{$i18n.t('Web Loader Engine')}
{#if webConfig.WEB_LOADER_ENGINE === '' || webConfig.WEB_LOADER_ENGINE === 'safe_web'}
{$i18n.t('Verify SSL Certificate')}
{:else if webConfig.WEB_LOADER_ENGINE === 'playwright'}
{$i18n.t('Playwright WebSocket URL')}
{$i18n.t('Playwright Timeout (ms)')}
{:else if webConfig.WEB_LOADER_ENGINE === 'firecrawl'}
{$i18n.t('Firecrawl API Base URL')}
{$i18n.t('Firecrawl API Key')}
{:else if webConfig.WEB_LOADER_ENGINE === 'tavily'}
{$i18n.t('Tavily Extract Depth')}
{#if webConfig.WEB_SEARCH_ENGINE !== 'tavily'}
{$i18n.t('Tavily API Key')}
{/if}
{/if}