vero_ps2 / .env.example
omgy's picture
Upload 12 files
c19890a verified
raw
history blame contribute delete
317 Bytes
# Example environment configuration
# Copy this to .env and fill in your actual values
# Required: Your Google Gemini API Key
GEMINI_API_KEY=your_gemini_api_key_here
# Optional: Flask environment (development or production)
FLASK_ENV=production
# Optional: Port (HuggingFace Spaces uses 7860 by default)
PORT=7860