.env.example 744 B

123456789101112131415161718192021
  1. # Copy this file to .env and fill in your actual values
  2. # Usage: cp .env.example .env
  3. # =============================================================================
  4. # =============================================================================
  5. # REQUIRED API CONFIGURATION
  6. # =============================================================================
  7. # GROQ API Key (REQUIRED)
  8. # This is essential for AI transcript generation
  9. # Required API Keys
  10. GROQ_API_KEY=your_groq_api_key_here
  11. # =============================================================================
  12. # SETUP INSTRUCTIONS
  13. # =============================================================================
  14. # 1. COPY THIS FILE:
  15. # cp .env.example .env
  16. # 2. Fill in your API key