| 123456789101112131415161718192021 |
- # Copy this file to .env and fill in your actual values
- # Usage: cp .env.example .env
- # =============================================================================
- # =============================================================================
- # REQUIRED API CONFIGURATION
- # =============================================================================
- # GROQ API Key (REQUIRED)
- # This is essential for AI transcript generation
- # Required API Keys
- GROQ_API_KEY=your_groq_api_key_here
- # =============================================================================
- # SETUP INSTRUCTIONS
- # =============================================================================
- # 1. COPY THIS FILE:
- # cp .env.example .env
- # 2. Fill in your API key
|