-
Notifications
You must be signed in to change notification settings - Fork 33
Expand file tree
/
Copy pathenv.example
More file actions
19 lines (15 loc) · 728 Bytes
/
env.example
File metadata and controls
19 lines (15 loc) · 728 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# NanoSage Environment Variables
# Copy this file to .env and fill in your API keys
# Tavily Search API Key (required for web search)
# Get your free API key at: https://tavily.com/
TAVILY_API_KEY=your_tavily_api_key_here
# LLM Provider API Keys (optional - only needed if using external providers)
# OpenAI API Key (for --llm_provider openai)
# Get your API key at: https://platform.openai.com/api-keys
OPENAI_API_KEY=your_openai_api_key_here
# Anthropic API Key (for --llm_provider anthropic)
# Get your API key at: https://console.anthropic.com/
ANTHROPIC_API_KEY=your_anthropic_api_key_here
# Optional: Model configuration
# DEVICE=cpu # or cuda if you have GPU
# RETRIEVAL_MODEL=siglip # or colpali, all-minilm, clip