Mu-scorpio/dsh-reasoning-effort ↗★ 0
dsh-reasoning-effort
为 DSH 提供基于服务商感知的推理强度(Reasoning Effort)设置插件,支持在服务商或模型级别配置默认推理级别。
AI 分析
核心用途是精细化控制支持推理模型的思考强度。适合需要根据任务复杂度或成本预算调整模型推理深度的用户。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Mu-scorpio/dsh-reasoning-effort说明文档
阅读完整 README ↗Configuration rules
| Field | Meaning |
|---|---|
api | Selects the default wire-value map for a provider protocol. |
reasoning | Sets a provider-level default reasoning level when one is missing. |
efforts | Overrides the values sent for the generic Harness levels. |
models..efforts | Overrides the map for one model. |
models..disabled | Explicitly marks one model as non-reasoning. |
The available Harness levels are off, minimal, low, medium, high,
xhigh, and max. The built-in protocol maps cover the five common levels
from low through max; custom gateways can provide their own values.
Providers must already exist in the
llm-pi-aisettings. The plugin enhances an existing provider; it does not recreate one that has been removed.