Tornadosky/Final_Assignment_Template
0
1# API Keys for GAIA Agent2# Create a copy of this file named ".env" and add your API keys3 4# OpenAI API Key - Required for GPT models5OPENAI_API_KEY=your_openai_api_key_here6 7# Anthropic API Key - Required for Claude models8ANTHROPIC_API_KEY=your_anthropic_api_key_here9 10# SerpAPI Key - Required for web search functionality11SERPAPI_API_KEY=your_serpapi_key_here12 13# Other configuration options can be added here 