Kazusa1085/dsh-awesome-model-setting ↗★ 0
dsh-awesome-model-setting
DeepSeek Harness 网页插件:模型能力设置页面,无需手动编辑 settings.yaml 即可声明模型输入模态、上下文窗口、输出上限和图像预算。
AI 分析
核心用途是提供可视化的模型参数配置界面,免去手动修改配置文件的繁琐。适合需要频繁调整模型上下文窗口、Token 上限及图像预算的非技术或追求便利的用户。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Kazusa1085/dsh-awesome-model-setting说明文档
阅读完整 README ↗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. — 生效值仍然可见:字段标签显示继承,收起状态的行摘要也会显示它。