# Copy this to .env and add your actual API key
# Spegel uses LiteLLM for unified access to multiple LLM providers

# Google Gemini (highest speed)
# GEMINI_API_KEY=your_gemini_api_key_here

# OpenAI 
# OPENAI_API_KEY=your_openai_api_key_here

# Anthropic Claude 
# ANTHROPIC_API_KEY=your_anthropic_api_key_here

# Set SPEGEL_ to override any .toml settings 
# SPEGEL_MODEL=gpt-4o-mini
# SPEGEL_API_KEY=your_api_key_here
# SPEGEL_API_BASE=your_api_base_here