Toukaiteio/dsh-effort-tweak ↗★ 1
dsh-effort-tweak
适用于 DSH 自定义服务商的轻量级单模型推理努力程度(Reasoning Effort)编辑器。
AI 分析
核心用于精细化控制支持推理的模型。适合需要根据任务复杂度,在 DSH 界面快速切换模型推理努力程度(如高/低/关)的用户。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Toukaiteio/dsh-effort-tweak说明文档
阅读完整 README ↗Configuration shape
The plugin edits this part of the llm-pi-ai namespace:
providers:
my-gateway:
models:
- id: my-reasoning-model
reasoningEfforts:
off: null
low: low
high: high
The selected model's reasoningEfforts map determines which effort levels the DSH model picker can offer. The plugin uses the existing value for a level when one is already present; a newly enabled level is initialized with its canonical name.