{ updateOpenAIHandler(); dispatch('save'); }} >
{$i18n.t('OpenAI API')}
{#if showOpenAI}
{$i18n.t('API Key')}
{$i18n.t('API Base URL')}
WebUI will make requests to '{OPENAI_API_BASE_URL}/chat'
{/if}

Ollama Base URL
{#each OLLAMA_BASE_URLS as url, idx}
{#if idx === 0} {:else} {/if}
{/each}
{$i18n.t('Trouble accessing Ollama?')} {$i18n.t('Click here for help')}