File size: 342 Bytes
dc2d570 2bd2625 dc2d570 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | # LLM Providers (choose one or both)
GROQ_API_KEY=gsk_your_groq_key
OPENROUTER_API_KEY=sk-or-your_openrouter_key
# SearXNG (self-hosted, optional)
SEARXNG_URL=https://your-searxng.hf.space
# Search APIs
TAVILY_API_KEY=tvly-xxxxx
BRAVE_API_KEY=BSAxxxxx
# Configuration
LLM_PROVIDER=groq # or "openrouter"
LLM_MODEL=llama-3.3-70b-versatile
|