{$WEBUI_NAME} Version
v{WEBUI_VERSION}
{updateAvailable === null ? $i18n.t('Checking for updates...') : updateAvailable ? `(v${version.latest} ${$i18n.t('available!')})` : '(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}
{$i18n.t('Created by')}
Timothy J. Baek