default_model: aliyun.qwen3-max
阿里云配置
aliyun:
api_key: "your-aliyun-api-key"
base_url: "https://dashscope.aliyuncs.com/compatible-mode/v1"
default_model: deepseek.deepseek-v3.2
deepseek:
api_key: "your-aliyun-api-key"
base_url: "https://dashscope.aliyuncs.com/compatible-mode/v1"
default_model: generic.glm-4.5
generic:
api_key: "your-aliyun-api-key"
base_url: "https://open.bigmodel.cn/api/paas/v4"
generic:
api_key: ollama
base_url: http://localhost:11434/v1
default_model: deepseek-chat
deepseek:
api_key: "your-aliyun-api-key"
base_url: https://api.deepseek.com
Is this the right way to write it?
I found that the official DeepSeek performs better than Alibaba's DeepSeek. Why is that?