{#if showTokenModal} (showTokenModal = false)} on:submit={(e) => { const formData = new FormData(e.target); hfToken = formData.get('hf-token'); submit(); showTokenModal = false; }} /> {/if}
SYSTEM
{#each conversations as conversation, index}
{#if conversations.length > 1}
{conversation.model}
{/if} {#if !viewCode} {#each messages as message, i} deleteMessage(i)} autofocus={conversations.length === 1 && !loading && i === messages.length - 1} /> {/each} {:else} {/if}
{/each}
0 tokens · Latency {latency}ms
{#if conversations.length === 1}
Compare with...
Free
76%
{/if}