{#if isLoading} ... {:else if isTranscribing} Stop Transcription {:else} Start Transcription {/if}
Clear
Save
{#if errorMessage}
{errorMessage}
{/if} {#if !cloudConfigured && isReady}
{#if remoteMode === "byok"}
API key required. Get one at
console.deepgram.com
, then enter it in Settings.
{:else if remoteMode === "managed"}
Login required. Open Settings to log in.
{/if}
{/if}