web-research-agent / .env.example
samspeaks5's picture
initial commit
d445f2a verified
raw
history blame contribute delete
501 Bytes
# 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