Toukaiteio/dsh-effort-tweak1

dsh-effort-tweak

适用于 DSH 自定义服务商的轻量级单模型推理努力程度(Reasoning Effort)编辑器。

AI 分析

核心用于精细化控制支持推理的模型。适合需要根据任务复杂度,在 DSH 界面快速切换模型推理努力程度(如高/低/关)的用户。

套件
dsh-effort-tweak
版本
0.1.1
授權
MIT
最近更新
2026年8月13日

安裝

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Toukaiteio/dsh-effort-tweak

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.