Multi-Agent-System / .env.example
jatin gyass
update for the new web data source
8e6535c
Raw
History Blame Contribute Delete
434 Bytes
# Copy this file to .env and fill in your API keys
# All other config has sensible defaults in backend/core/config.py
# LLM — get free key at https://console.groq.com
GROQ_API_KEY=your-groq-api-key-here
# Web search — get free key at https://serper.dev (2500 searches/month free)
SERPER_API_KEY=your-serper-api-key-here
# Optional: Gemini fallback — https://aistudio.google.com/apikey
GOOGLE_API_KEY=your-google-api-key-here