passingby000/dsh-nl-model-switch0

dsh-nl-model-switch

Switch the current DSH session's model with a natural-language sentence, on web, TUI, or IM bridges (WeChat, Feishu, etc.).

AI Analysis

核心用途是简化模型切换操作。适合在不同终端(尤其是无法直接点击 UI 的聊天软件或命令行)中,希望通过发送“切到某模型”等自然语言指令快速更换模型的用户。

Package
dsh-nl-model-switch
Version
0.1.1
License
MIT
Last updated
Aug 19, 2026

Install

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:passingby000/dsh-nl-model-switch

使用

在对话中直接用自然语言说:

切换到 deepseek-v4-flash 模型
切到 deepseek-v4-pro
换到 glm-5.3,帮我翻译这段文字
用 deepseek-v4-flash 模型重新回答
switch to deepseek-v4-flash model

模型会调用 switch_model 工具完成切换,新模型确认后继续你的请求。