Ask-The-Right-Question / .env.example
huang_de_jun
feat: initial MVP of Ask The Right Question app
3b6c6f8
Raw
History Blame Contribute Delete
255 Bytes
# 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