{$WEBUI_NAME} {$i18n.t('Version')}
v{WEBUI_VERSION}
{updateAvailable === null ? $i18n.t('Checking for updates...') : updateAvailable ? `(v${version.latest} ${$i18n.t('available!')})` : $i18n.t('(latest)')}
{ showChangelog.set(true); }} >
{$i18n.t("See what's new")}
{ checkForVersionUpdates(); }} > {$i18n.t('Check for updates')}
{#if ollamaVersion}
{$i18n.t('Ollama Version')}
{ollamaVersion ?? 'N/A'}
{/if}
{#if !$WEBUI_NAME.includes('Open WebUI')}
{$WEBUI_NAME}
- {/if}{$i18n.t('Created by')}
Timothy J. Baek