{#if $temporaryChatEnabled}
Temporary Chat
{/if}
{#each models as model, modelIdx}
tag.name.toUpperCase())
.join(', ')}
placement="top"
>
{/each}
{#if models[selectedModelIdx]?.name}
{models[selectedModelIdx]?.name}
{:else}
{$i18n.t('Hello, {{name}}', { name: $user.name })}
{/if}
{#if models[selectedModelIdx]?.info?.meta?.description ?? null}
{@html marked.parse(
sanitizeResponseContent(models[selectedModelIdx]?.info?.meta?.description)
)}
{#if models[selectedModelIdx]?.info?.meta?.user}
{/if}
{/if}
{
dispatch('upload', e.detail);
}}
on:submit={(e) => {
dispatch('submit', e.detail);
}}
/>
{
selectSuggestionPrompt(e.detail);
}}
/>