dsh-model-presets
其他 活跃维护

dsh-model-presets

Zding89/dsh-model-presets

轻量级配置预设管理工具,支持将模型配置、推理强度等常用参数打包为可复用预设,用户可一键切换不同任务场景的配置方案,无需反复手动调整参数,操作高效便捷。

0
Stars 标星
0
Forks 分支
0
Watchers 关注
0
Open Issues
JavaScript
主要语言
MIT
开源协议
58 KB
仓库大小
1 个月前
最后推送
一键安装扩展 / 插件指令
dsh plugin --profile web add github:Zding89/dsh-model-presets
git clone https://github.com/Zding89/dsh-model-presets.git
git clone git@github.com:Zding89/dsh-model-presets.git
README.md main

DSH Model Presets

English | 中文

DSH Model Presets interface preview

Save frequently used model + reasoning effort combinations in the DeepSeek Harness model menu and switch them with one click.

Features

  • Saves frequently used model and reasoning-effort combinations.
  • Switches presets from the top of the model list with one click.
  • Adds, renames, reorders, and deletes presets.
  • Searches available models.
  • Switches the first nine presets with Alt/Option + 1–9; shortcuts stay inactive while typing.
  • Keeps presets after Harness restarts with browser-local persistence.

Each preset records the API provider, model, and reasoning effort used when it was saved. The same model on two providers remains two separate combinations. If a provider or model becomes unavailable, its preset dims and stops responding; it returns to normal when the provider or model comes back.

Install

dsh plugin --profile web add https://github.com/Zding89/dsh-model-presets

Restart DSH Web after installation. Once listed, it will also be available from DSH's Plugin Market.

Use

  1. Open the model selector at the bottom of the composer.
  2. Pick a model and reasoning effort.
  3. Select + at the top to save the current combination.
  4. Select a preset name to switch immediately.
  5. Select to rename, reorder, or delete presets.

On first use, the current combination is saved as the first preset. If you delete every preset, it will not be added again.

Data and privacy

Presets stay in the current browser and are never uploaded. They do not sync across browsers, devices, or addresses. Up to 50 presets are stored.

Compatibility

  • DeepSeek Harness 0.1.0-rc.7 or a compatible newer release.
  • Uses DSH's built-in modelDirectories service and conversation.input.model Slot.
  • The current release targets the Web profile.

Development

The browser bundle is included in the repository, so installation needs no local build.

npm run check

Uninstall

dsh plugin --profile web remove dsh-model-presets

Restart DSH Web afterward. Uninstalling does not clear presets already stored by the browser.

License

MIT