BenjaminSHI4008/deepseek-pet-Seeki2

deepseek-pet

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

AI Analysis

核心用途是提供一个趣味性的桌面像素风宠物,并集成 DSH 聊天窗口。适合想要在桌面放置互动挂件并快速发起 AI 对话的用户。需要 Node.js >= 22。

Package
deepseek-pet
Version
0.1.0
License
MIT
Last updated
Aug 23, 2026

Install

This plugin has no verified bundle, or compatibility checks failed. Read the repository notes first. Read the full 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.