Guyao146/dsh-better-model-thinking-control ↗★ 0
dsh-better-model-thinking-control
DSH 中转站模型思考强度配置与自动识别插件
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Guyao146/dsh-better-model-thinking-control说明文档
阅读完整 README ↗配置结果示例
插件最终写入 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 可以为空值,表示关闭思考时不发送协议参数。