Openclaw:使用deepseek
·
在配置openclaw的选模型的过程中并没有deepseek,那么如何设置为使用deepseek呢?
1.配置deepseek供应商,在命令行中输入如下命令:
openclaw config set models.providers.deepseek '{ "baseUrl": "https://api.deepseek.com/v1", "apiKey": "你的API_KEY", "api": "openai-completions", "models": [ { "id": "deepseek-chat", "name": "DeepSeek Chat (V3)" }, { "id": "deepseek-reasoner", "name": "DeepSeek Reasoner (R1)" } ] }'
2.设置默认模型
openclaw config set agents.defaults.model.primary "deepseek/deepseek-chat"
3.重启openclaw
openclaw gateway restart
更多推荐



所有评论(0)