Triple3h/dsh-reasoning-effort ↗★ 1
dsh-reasoning-effort
Per-model reasoning-effort editor with embedded slider for DeepSeek Harness custom providers.
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Triple3h/dsh-reasoning-effort说明文档
阅读完整 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 slider 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.