dsh-desktop
DeepSeek Harness Desktop - Electron app wrapping the full Web UI with real-time balance display
AI 분석
基于 Electron 封装 Web 界面,提供 API Key 配置和余额显示,适合需要独立桌面客户端的 Windows 用户。
설치
검증된 bundle이 없거나 호환성 검사에 실패했습니다. 먼저 저장소 설명을 읽어 주세요. 전체 README 읽기 ↗
API Key 配置(通用版)
按优先级自动读取,任选其一:
-
环境变量
setx DEEPSEEK_API_KEY "sk-你的key" -
应用配置文件(推荐)
# 复制模板到用户目录并填入你的 Key copy config.example.json %USERPROFILE%\.dsh-desktop\config.json # 编辑 config.json,把 apiKey 改为 sk-你的key配置文件格式:
{ "apiKey": "sk-你的DeepSeek-API-Key" } -
兼容读取 Harness 凭据:若你已用
dsh且~/.dsh/.credentials.yaml中存在DEEPSEEK_API_KEY,自动复用。
API Key 获取:https://platform.deepseek.com → API Keys。