# CodeSage Configuration File
# Copy this to .env and fill in your keys

# Provider Keys
DEEPSEEK_API_KEY=your_deepseek_key_here
OPENROUTER_API_KEY=your_openrouter_key_here

# System Settings
MODEL=deepseek-v4-pro
MAX_HISTORY_PAIRS=20
REQUEST_TIMEOUT=120
AUTO_SAVE_INTERVAL=300000
