#
# Copy this template to `.env`, fill in your secrets locally, and keep the file
# untracked (already listed in .gitignore). Never commit real API keys.
#
# Gemini API Configuration
# Get your API key from: https://aistudio.google.com/app/apikey
GEMINI_API_KEY=your-gemini-api-key
# Alternatively, use GOOGLE_API_KEY if you prefer Google Generative AI auth.
# GOOGLE_API_KEY=your-google-api-key
# Optional OpenAI key if you want to use GPT-based LMs with DSpy.
# OPENAI_API_KEY=your-openai-api-key