You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Get your Groq API key from: https://console.groq.com/keys
GROQ_API_KEY=""
# Selected microphone source (leave empty for default, or set via tray menu)
# Run 'pactl list sources short' to see available sources
MIC_SOURCE=""
# Language for transcription (e.g., "de" for German, "en" for English)
# Leave empty for auto-detect, or set via tray menu
LANGUAGE=""
# Show notifications (true/false, default: true)
NOTIFICATIONS="true"
# Show tray icon (true/false, default: true)
TRAY_ICON="true"
# System prompt for LLM formatting (customize to improve output)
# The LLM will use this prompt to format your transcriptions
SYSTEM_PROMPT="You are a dictation formatter. Add proper punctuation (periods, commas, question marks) and fix capitalization (sentence starts, proper nouns). Do NOT add any markdown, asterisks, bold, or formatting. Output the plain corrected text only, nothing else."