Files
llm-compass/.env.example
aszerW ba63394e22 feat: add Qwen (DashScope) support as default provider
- 添加 Qwen flash/plus/max 三个等级模型
- 设置 Qwen 为默认路由策略
- 配置 DashScope API 接口
- 更新 .env.example 包含 Qwen API Key
2026-04-17 23:47:06 +08:00

19 lines
464 B
Plaintext

# DashScope API Key (阿里云 Qwen)
DASHSCOPE_API_KEY=sk-37e148fafdfb425f8cc1cfa4efcbc9e1
# OpenAI API Key
OPENAI_API_KEY=sk-your-openai-key-here
# Anthropic API Key (Claude)
ANTHROPIC_API_KEY=sk-ant-your-anthropic-key-here
# Google API Key (Gemini)
GEMINI_API_KEY=your-gemini-key-here
# Ollama (本地模型,不需要 API Key)
# OLLAMA_HOST=http://localhost:11434
# 可选:自定义路由阈值
# ROUTE_SIMPLE_THRESHOLD=100
# ROUTE_MEDIUM_THRESHOLD=500