dsh-pet
A DeepSeek desktop pet that floats over the DeepSeek Harness web GUI — animated moods, draggable, and chat answered by the running model. DSH 桌宠插件。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:ALKAERR/dsh-pet说明文档
阅读完整 README ↗配置(cordis.patch.yml 里的 config)
| key | 默认 | 说明 |
|---|---|---|
enabled | true | 总开关 |
persona | 见下 | 转述步骤用的人设 prompt,可覆盖 |
reflectEvery | 3 | 每 N 轮完整对话自动观察一次 |
contextMessages | 24 | 喂给模型的最近消息条数 |
contextChars | 9000 | 转写文本上限,超出截断 |
spriteDir | 包内 ./sprites | 立绘目录,自定义素材改成绝对路径 |
temperature | 0.6 | 采样温度 |
maxTokens | 4096 | 单次生成输出上限 |
maxRetries | 2 | 超 token / 超时后的最大重试次数 |
timeoutMs | 90000 | 单次生成的超时预算 |
想覆盖某个 profile 的配置,在对应 cordis.patch.yml 里改 dsh-pet 那一项的 config 即可。