# Sikho Environment Configuration # Copy this file to .env and fill in your actual values # ==================================== # REQUIRED: Google Gemini API Key # ==================================== GEMINI_API_KEY=your_gemini_api_key_here # ==================================== # OPTIONAL: Additional Configuration # ==================================== # Server Configuration (uncomment to override defaults) # HOST=0.0.0.0 # PORT=8000 # Manim Quality Settings (low, medium, high) # MANIM_QUALITY=medium # Maximum concurrent video generations # MAX_WORKERS=2