evolve / openevolve-fixed /.env.example
zhouk777's picture
Upload folder using huggingface_hub
ea8c728 verified
Raw
History Blame Contribute Delete
354 Bytes
# Copy this file to .env and fill in your API key(s)
# Only one key is needed depending on which LLM provider you configure in your config.yaml
# For Google Gemini (default in example configs):
GEMINI_API_KEY=your_gemini_api_key_here
# For OpenAI:
OPENAI_API_KEY=your_openai_api_key_here
# For Anthropic:
ANTHROPIC_API_KEY=your_anthropic_api_key_here