{$WEBUI_NAME} {$i18n.t('Version')}
v{WEBUI_VERSION}
{#if ollamaVersion}
{$i18n.t('Ollama Version')}
{ollamaVersion ?? 'N/A'}
{/if}
{#if $config?.license_metadata}
{#if !$WEBUI_NAME.includes('Open WebUI')} {$WEBUI_NAME} - {/if} {$config?.license_metadata?.type} license purchased by {$config?.license_metadata?.organization_name}
{:else} {/if}
Emoji graphics provided by Twemoji, licensed under CC-BY 4.0.
Copyright (c) {new Date().getFullYear()} Open WebUI Inc. All rights reserved.
{$i18n.t('Created by')} Timothy J. Baek