CoolFace
Apppublic

airysoul/discovery-agent

sourceHugging Faceupdated 7mo agoView on Hugging Face
0likes
.env.example17 linesDownload Raw Back to root
1# === LLM (OpenRouter) ===2OPENROUTER_API_KEY=your-openrouter-key-here3LLM_MODEL=anthropic/claude-sonnet-4-64LLM_BASE_URL=https://openrouter.ai/api/v15 6# === Exa (Domain Bootstrap, optional) ===7EXA_API_KEY=your-exa-key-here8MOCK_MODE=false9 10# === Whisper ===11WHISPER_MODEL=small12 13# === App ===14APP_HOST=0.0.0.015APP_PORT=800016LOG_LEVEL=info17