{ show = !show; }} >
{$i18n.t('Chat')}
({$i18n.t('Experimental')})
(editorEnabled = !editorEnabled)} type="button" class="px-2 @xl:px-2.5 py-2 flex gap-1.5 items-center text-sm rounded-full transition-colors duration-300 focus:outline-hidden max-w-full overflow-hidden hover:bg-gray-50 dark:hover:bg-gray-800 {editorEnabled ? ' text-sky-500 dark:text-sky-300 bg-sky-50 dark:bg-sky-200/5' : 'bg-transparent text-gray-600 dark:text-gray-300 '}" >
{$i18n.t('Edit')}
{#each $models as model}
{model.name}
{/each}