# OpenAI API Key (required for API-based transcription) # Get your key from: https://platform.openai.com/api-keys OPENAI_API_KEY=your_api_key_here # Optional: Whisper Model Size for local transcription # Options: tiny, base, small, medium, large # Default: base WHISPER_MODEL=base