Assistants
{#if isHuggingChat}
beta
{/if}
Popular assistants made by the community
All models
{#each data.models.filter((model) => !model.unlisted) as model}
{model.name}
{/each}
Create New assistant
{#if assistantsCreator && !createdByMe}
{assistantsCreator}'s Assistants
{#if isHuggingChat}
View {assistantsCreator} on HF
{/if} {:else}
Community
{#if data.user?.username}
{data.user.username}
{/if} {/if}
{#each data.assistants as assistant (assistant._id)}
{#if assistant.userCount && assistant.userCount > 1}
{formatUserCount(assistant.userCount)}
{/if} {#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}