Assistants
Browse popular assistants made by the community
All models
{#each data.models.filter((model) => !model.unlisted) as model}
{model.name}
{/each}
Create New assistant
{#each data.assistants as assistant}
{#if assistant.avatar}
{:else}
{assistant.name[0]}
{/if}
{assistant.name}
{assistant.description}
{#if assistant.createdByName}
Created by
{assistant.createdByName}
{/if}
{:else} No assistants found {/each}