Kazusa1085/dsh-awesome-model-setting0

dsh-awesome-model-setting

DeepSeek Harness web plugin: a Model Capabilities settings page for declaring model input modalities, context window, output cap and image budgets without hand-editing settings.yaml.

包名
dsh-awesome-model-setting
版本
1.1.1
许可证
MIT
最近更新
2026年9月9日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Kazusa1085/dsh-awesome-model-setting

Clearing a field means "use the default" / 清空字段 = 使用默认值

Numeric inputs (context window, output cap, image pixel budget, image byte cap):

数字输入框(上下文窗口、最大输出 token、图像像素预算、单图字节上限):

  • A value in the box = the value is written in your settings document. — 框里有数字 = 这个值写在了你的设置文档里。
  • An empty box = the field is removed from your document, so the default applies. The box shows the placeholder 「使用路由默认值」 to make this explicit. — 框是空的 = 该字段会从你的文档中删除,改用默认值;此时框里显示占位文案 「使用路由默认值」
  • The effective value is still visible: the field label shows 继承 and the collapsed row shows it in its summary. — 生效值仍然可见:字段标签显示 继承 ,收起状态的行摘要也会显示它。