Elysiaqwq/dsh-reasoning-depth0

dsh-reasoning-depth

DeepSeek Harness per-model thinking-depth (reasoning effort) configurator: a settings-page section that auto-reads the configured models from llm-pi-ai and applies a per-model thinking level through the agent/request waterfall — all without modifying DSH itself.

AI 分析

核心用途是精细化控制支持 reasoning_effort 模型的思考时间,平衡回答质量与 API 成本。适合频繁使用深度思考模型、需要按需调整推理强度的用户。

パッケージ
dsh-reasoning-depth
バージョン
0.1.0
ライセンス
MIT
最終更新
2026/08/24

インストール

検証済み bundle がないか、互換性チェックに失敗しています。先にリポジトリの説明を読んでください。 README 全文を読む ↗

ドキュメント

README 全文を読む ↗

⚙️ Configuration

reasoning-depth:
  default: medium
  perModel:
    ark/deepseek-v4-flash: high
    uu/claude-opus-5: low

A level a model does not declare in its reasoningEfforts is skipped instead of failing the request with UNSUPPORTED_REASONING_EFFORT.