| # Google Gemini API Key | |
| # Get your API key from: https://makersuite.google.com/app/apikey | |
| GEMINI_API_KEY=your_gemini_api_key_here | |
| # Instructions: | |
| # 1. Copy this file to .env | |
| # 2. Replace 'your_gemini_api_key_here' with your actual Gemini API key | |
| # 3. The application will automatically load the API key from environment variables | |