Bortor/dsh-fingerprint-show ↗★ 0
dsh-fingerprint-show
DSH 插件:捕获每次大模型调用的系统指纹,并在 Web UI 消息指标行悬停显示。
AI 分析
核心用途是捕获并展示大模型返回的 `system_fingerprint`,帮助用户识别底层模型版本的变动。适合对模型一致性和底层路由变化敏感的开发者。
安裝
$
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,覆盖时请重述全部需要的键。