# Copy this file to .env and fill in your actual values # Usage: cp .env.example .env # ============================================================================= # ============================================================================= # REQUIRED API CONFIGURATION # ============================================================================= # Llama API Key (REQUIRED) # Get your API key from: https://www.llama-api.com/ # This is essential for AI transcript generation LLAMA_API_KEY=your_llama_api_key_here # ============================================================================= # SETUP INSTRUCTIONS # ============================================================================= # 1. COPY THIS FILE: # cp .env.example .env # 2. Fill in your API key