Bortor/dsh-fingerprint-show ↗★ 0
dsh-fingerprint-show
DeepSeek Harness plugin: capture the provider model fingerprint (system_fingerprint) of every LLM call and show it as a hover-revealed plain-text suffix on each assistant message's metrics row in the Web UI.
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Bortor/dsh-fingerprint-show说明文档
阅读完整 README ↗配置
在 profile 的 cordis.patch.yml 或 --patch 覆盖层中按 id 覆盖该行配置:
- id: fingerprint-show
config:
pathPrefix: /dsh-fingerprint-show # HTTP 路由前缀
matchPatterns: # 对请求 URL 做子串匹配
- chat/completions
maxObservations: 500 # 进程内环形缓冲容量
注意:patch 会整行替换 config,覆盖时请重述全部需要的键。