Spaces:
Configuration error
Configuration error
File size: 569 Bytes
a5e880f | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | # 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
|