Mini Playground
Powered by `{selectedModel}`
{ if (!isGenerating) { generateCompletion(); } }} disabled={isLoading} class="w-full" placeholder="Enter your prompt here" />
{outputText}
{#if isLoading}
{loadingStatus}
{:else if error}
{error}
{:else}
{#if completionSpeed !== null}
{completionSpeed}ms
{/if}
{selectedModel}
{/if}