xuanyuying/dsh-desktop1

dsh-desktop

DeepSeek Harness Desktop - Electron app wrapping the full Web UI with real-time balance display

包名
dsh-desktop
版本
1.2.2
许可证
MIT
最近更新
2026年9月12日

安装

此插件尚未提供可验证的 bundle,或兼容性检查未通过。请先阅读仓库说明。 阅读完整 README ↗

API Key 配置(通用版)

按优先级自动读取,任选其一

  1. 环境变量

    setx DEEPSEEK_API_KEY "sk-你的key"
    
  2. 应用配置文件(推荐)

    # 复制模板到用户目录并填入你的 Key
    copy config.example.json %USERPROFILE%\.dsh-desktop\config.json
    # 编辑 config.json,把 apiKey 改为 sk-你的key
    

    配置文件格式:

    { "apiKey": "sk-你的DeepSeek-API-Key" }
    
  3. 兼容读取 Harness 凭据:若你已用 dsh~/.dsh/.credentials.yaml 中存在 DEEPSEEK_API_KEY,自动复用。

API Key 获取:https://platform.deepseek.com → API Keys。