# GAIA Solver Environment Variables # Copy this to .env and fill in your API keys # LLM API Keys KLUSTER_API_KEY=your_kluster_api_key_here GEMINI_API_KEY=your_gemini_api_key_here HUGGINGFACE_TOKEN=your_huggingface_token_here # Optional: Anthropic API (for fallback) ANTHROPIC_API_KEY=your_anthropic_api_key_here # Chess Engine Path (optional - will auto-detect) STOCKFISH_PATH=/usr/local/bin/stockfish # Logging Level (optional) LOG_LEVEL=INFO