File size: 501 Bytes
d445f2a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# API Keys
# Get your Brave Search API key from https://brave.com/search/api/
# Free tier: 1 request per minute, 2000 per month
BRAVE_API_KEY=your_brave_api_key_here

# Get your OpenAI API key from https://platform.openai.com/api-keys
OPENAI_API_KEY=your_openai_api_key_here

# Get your Tavily API key from https://tavily.com
# Free tier: 1000 requests per month
TAVILY_API_KEY=your_tavily_api_key_here

# Optional Configuration
# Set to True or False to enable/disable detailed logging
VERBOSE=False