-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenv.example
More file actions
33 lines (28 loc) · 883 Bytes
/
Copy pathenv.example
File metadata and controls
33 lines (28 loc) · 883 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# === LLM Providers (at least one required) ===
# OPENAI_API_KEY=sk-...
# ANTHROPIC_API_KEY=sk-ant-...
# GOOGLE_GENERATIVE_AI_API_KEY=...
# XAI_API_KEY=...
# DEEPSEEK_API_KEY=...
# OPENROUTER_API_KEY=...
# MOONSHOT_API_KEY=...
# OLLAMA_BASE_URL=http://localhost:11434
# === Model Selection ===
# PRIMARY_MODEL=anthropic:claude-sonnet-4-20250514
# FAST_MODEL=anthropic:claude-haiku-4-5-20251001
# === Financial Data ===
# FINANCIAL_DATASETS_API_KEY=...
# === Web Research (priority: Firecrawl > Exa > Perplexity > Tavily) ===
# FIRECRAWL_API_KEY=fc-...
# EXASEARCH_API_KEY=...
# PERPLEXITY_API_KEY=...
# TAVILY_API_KEY=...
# === Pipeline Tuning ===
# BULL_BEAR_ENABLED=false
# REFLEXION_ENABLED=true
# MAX_REFLEXION_ROUNDS=1
# === Observability (optional) ===
# OTEL_EXPORTER_OTLP_ENDPOINT=http://localhost:4318
# LOG_LEVEL=info
# CACHE_TTL_SECONDS=3600
# MAX_TOOL_CONCURRENCY=5