{ updateOpenAIHandler(); dispatch('save'); }} >
OpenAI API
{#if showOpenAI}
{#each OPENAI_API_BASE_URLS as url, idx}
{#if idx === 0} {:else} {/if}
WebUI will make requests to '{url}/models'
{/each}
{/if}

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