lco117/dsh-think-any-lang ↗★ 2
dsh-think-any-lang
DeepSeek Harness plugin: a General-settings selector that chooses which language the model reasons in, via a system-prompt section.
AI 分析
核心用途是强制约束 DeepSeek 等推理模型在输出 `reasoning_content`(思考过程)时使用用户指定的语言。适合需要非中文思考过程或进行跨语言研究的用户。
インストール
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:lco117/dsh-think-any-langドキュメント
README 全文を読む ↗Usage
- Start
dsh web. - Open Settings → General.
- Pick a language in the Thinking Language dropdown (default: Chinese).
- Subsequent model calls receive the thinking-language instruction in the system prompt; DeepSeek reasoning models typically output
reasoning_contentin the chosen language.