Triple3h/dsh-reasoning-effort1

dsh-reasoning-effort

针对 DSH 自定义服务商的单模型推理努力程度(Reasoning Effort)编辑器及嵌入式滑动条插件。

AI 分析

核心用途是便捷调节支持该特性的推理模型的思考深度。适合使用自定义 API 接入推理模型、并希望在界面上直观控制模型思考强度的用户。

套件
dsh-reasoning-effort
版本
0.2.0
授權
MIT
最近更新
2026年8月23日

安裝

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

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.