diff --git a/src/lib/components/chat/Placeholder.svelte b/src/lib/components/chat/Placeholder.svelte index e0fb39a0f..6ab51e13e 100644 --- a/src/lib/components/chat/Placeholder.svelte +++ b/src/lib/components/chat/Placeholder.svelte @@ -106,32 +106,33 @@ class="w-full text-3xl text-gray-800 dark:text-gray-100 font-medium text-center flex items-center gap-4 font-primary" >
- tag.name.toUpperCase()) - .join(', ')} - placement="top" - > +
{#each models as model, modelIdx} - + + {/each}
@@ -143,7 +144,7 @@ {$i18n.t('Hello, {{name}}', { name: $user.name })} {/if}
-
+