| # 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 | |