Create and share your own AI Assistant. All assistants are public
{/if}
Avatar
{#if (files && files[0]) || (assistant?.avatar && !deleteExistingAvatar)}
{#if files && files[0]}
})
{:else if assistant?.avatar}

{/if}
{:else}
{/if}
{getError("avatar", form)}
{#if selectedModel?.tools}
Tools
Experimental
Choose up to 3 community tools that will be used with this assistant.
{/if}
{#if $page.data.enableAssistantsRAG}
{/if}
Instructions (System Prompt)
{#if dynamicPrompt && templateVariables.length}
Will perform a GET or POST request and inject the response into the prompt. Works
better with plain text, csv or json content.
{#each templateVariables as match}
{/each}
{/if}
{#if modelId}
{@const model = models.find((_model) => _model.id === modelId)}
{#if model?.tokenizer && systemPrompt}
{/if}
{/if}
{getError("preprompt", form)}
Cancel