Semidia/dsh-sampling-sliders

插件 ⭐ 1 MIT other

DSH 插件:模型采样滑块(温度/maxTokens),支持热模式与持久模式,适用于所有提供商。

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

安装

# 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 服务

Semidia/dsh-sampling-sliders 加入你的 DSH 配置(web profile)即可启用。

README

展开完整 README 收起

README 内容为空。