Spaces:
Sleeping
Sleeping
File size: 434 Bytes
8e6535c 2eef9ea 8e6535c 2eef9ea 8e6535c 2eef9ea 8e6535c | 1 2 3 4 5 6 7 8 9 10 11 12 | # 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
|