File size: 542 Bytes
deffbc7 0b7f92a deffbc7 0b7f92a deffbc7 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | # 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
|