# Copy this to .env and fill in your API keys
# OpenAI API Key
OPENAI_API_KEY=your-openai-api-key-here
# Anthropic API Key (for future use)
ANTHROPIC_API_KEY=your-anthropic-api-key-here
# xAI API Key
XAI_API_KEY=your-xai-api-key-here
# GitHub Token (for future GitHub integration)
GITHUB_TOKEN=your-github-token-here