Guyao146/dsh-better-model-thinking-control0

dsh-better-model-thinking-control

DSH 中转站模型思考强度配置与自动识别插件

包名
dsh-better-model-thinking-control
版本
0.1.6
许可证
LGPL-2.1
最近更新
2026年8月21日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Guyao146/dsh-better-model-thinking-control

配置结果示例

插件最终写入 DSH 原生设置:

llm-pi-ai:
  providers:
    my-gateway:
      baseURL: https://gateway.example/v1
      api: openai-completions
      models:
        - id: deepseek-reasoner
          reasoningEfforts:
            off:
            high: high
            max: max

reasoningEfforts 的键是 DSH 选择器提供的档位,值是中转站实际接受的拼写。只有 off 可以为空值,表示关闭思考时不发送协议参数。