CoolFace
Apppublic

Tornadosky/Final_Assignment_Template

sourceHugging Faceupdated 1y agoView on Hugging Face
0likes
.env-example13 linesDownload Raw Back to root
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