添加 DeepSeek 接口地址

6 阅读1分钟
  • 添加 DeepSeek 接口地址:

    Bash

    openclaw configure providers.openai.baseUrl https://api.deepseek.com/v1
    
  • 填入你的 API Key:

    Bash

    openclaw configure providers.openai.apiKey sk-
    
  • 指定使用 openai-completions 协议:

    Bash

    openclaw configure providers.openai.api openai-completions
    
  • 设置默认模型为 deepseek-chat:

    Bash

    openclaw configure agents.defaults.model.primary deepseek-chat