Guyao146/dsh-better-model-thinking-control ↗★ 0
dsh-better-model-thinking-control
DSH 中转站模型思考强度配置与自动识别插件
AI 分析
核心用途是精细化控制 DeepSeek-Reasoner 等模型的思考过程。适合使用第三方中转 API 且需要灵活调节思考强度的用户。
インストール
$
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 可以为空值,表示关闭思考时不发送协议参数。