{#if visible}
Setup (one-time)
Speaker detection uses pyannote.audio models hosted on HuggingFace. You must accept the license for each model:
Model downloaded successfully. Speaker detection is ready.
{/if} {#if modelStatus === 'error'}{modelError}
{/if}Hint the expected number of speakers to speed up diarization clustering.
Place GGUF model files in ~/.voicetonotes/models/ for auto-detection. The local AI server uses the OpenAI-compatible API from llama.cpp.
{:else if activeTab === 'developer'}Opens the browser inspector for debugging. Changes take effect immediately.