BenjaminSHI4008/deepseek-pet-Seeki2

deepseek-pet

DeepSeek Harness 桌宠插件:透明置顶的桌面精灵(2D 像素风状态机)

包名
deepseek-pet
版本
0.1.0
许可证
MIT
最近更新
2026年8月23日

安装

此插件尚未提供可验证的 bundle,或兼容性检查未通过。请先阅读仓库说明。 阅读完整 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_KEY in the environment, in a .env file 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.