BenjaminSHI4008/deepseek-pet-Seeki ↗★ 2
deepseek-pet
DeepSeek Harness 桌宠插件:透明置顶的桌面精灵(2D 像素风状态机)
安装
此插件尚未提供可验证的 bundle,或兼容性检查未通过。请先阅读仓库说明。 阅读完整 README ↗
说明文档
阅读完整 README ↗Model Configuration
Seeki doesn't hardcode models. The chat window's model list comes from your DeepSeek Harness's configured providers (llm.models), so it always reflects what your harness actually advertises (for example DeepSeek-V4-Pro and DeepSeek-V4-Flash on the deepseek-official route).
- API key — configure it for the harness, not for Seeki: set
DEEPSEEK_API_KEYin the environment, in a.envfile at the harness root, or via the harness's credentials store (~/.dsh/.credentials.yaml). - Default model — the harness's own default. Seeki doesn't impose one.
- Switch models — use the model dropdown in the chat title bar. It affects the next message only; new conversations inherit the current selection; unavailable models show as disabled.
Full pet.config.json reference: docs/config.md.