Semidia/dsh-sampling-sliders

Plugin ⭐ 1 MIT other

模型采样参数滑杆 — DeepSeek Harness (DSH) 插件。输入栏「采样」按钮弹出面板,用 temperature / maxTokens 滑杆微调每次模型调用的采样参数,经 agent/request 钩子作用于所有 Provider(官方 DeepSeek 与第三方接入)。

catalog description:DSH plugin: model sampling sliders (temperature/maxTokens) with hot & persist modes, for all providers

Install

# 1. 构建
npm install && npm run build

# 2. 装进 profile(本地目录方式,或 pnpm add link:)
dsh plugin --profile web add link:D:/path/to/dsh-sampling-sliders

# 3. 组合挂载(两种任选其一)
#    a. 加入 profile package.json 的 dsh.profile.bundles(会应用本包 cordis.patch.yml 里的 insert 行)
#    b. 在 profile 的 cordis.patch.yml 里手动加:
#       - insert:
#           - id: sampling-sliders
#             name: dsh-sampling-sliders

# 4. 重启
dsh --profile web      # 或重启 web 服务

Add Semidia/dsh-sampling-sliders to your DSH config (web profile) to enable.

README

Expand full README Collapse

README is empty.