File size: 463 Bytes
c7eca3d | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | # GAIA Benchmark Agent Environment Variables
# Required API Keys
OPENAI_API_KEY=your_openai_api_key_here
# Hugging Face Credentials
HF_USERNAME=your_huggingface_username_here
# Optional API Keys for External Information Sources
TAVILY_API_KEY=your_tavily_api_key_here
SERPAPI_API_KEY=your_serpapi_api_key_here
YOUTUBE_API_KEY=your_youtube_api_key_here
# API Configuration
# API_BASE_URL=https://custom-api-url.com/gaia # Uncomment to override default API URL |