| # Environment Variables for CMA Chatbot | |
| # Google Gemini API Key (required for AI functionality) | |
| GEMINI_API_KEY=AIzaSyBRRBPGBWvmKNvnGC_UCbyoWMjIek2qRQw | |
| # Alternative name for the API key (Hugging Face Spaces compatibility) | |
| GOOGLE_API_KEY=AIzaSyBRRBPGBWvmKNvnGC_UCbyoWMjIek2qRQw | |
| # Instructions: | |
| # 1. Copy this file to .env | |
| # 2. Replace 'your_google_gemini_api_key_here' with your actual API key | |
| # 3. Get your API key from: https://makersuite.google.com/app/apikey | |
| # 4. For Hugging Face Spaces, add the key as a secret in your Space settings | |