# DeepSeek API 配置
DEEPSEEK_API_KEY=your_deepseek_api_key
DEEPSEEK_API_URL=https://api.deepseek.com
DEEPSEEK_MODEL=deepseek-chat
# Claude API 配置
CLAUDE_API_KEY=your_claude_api_key
CLAUDE_API_URL=https://api.anthropic.com/v1/messages
CLAUDE_MODEL=anthropic/claude-3.5-haiku-20241022:beta
CLAUDE_PROVIDER=anthropic # anthropic | openrouter
# ... rest of the configuration ...