File size: 255 Bytes
3b6c6f8 | 1 2 3 4 5 6 7 8 9 | # OpenAI API Key (for Whisper transcription)
OPENAI_API_KEY=your_openai_api_key_here
# Anthropic API Key (for Claude agent)
ANTHROPIC_API_KEY=your_anthropic_api_key_here
# Tavily API Key (for web search/research)
TAVILY_API_KEY=your_tavily_api_key_here
|