dsh-llm-deepseek 默认目录把 DeepSeek-V4.1-Flash 的显示名写成 "DeepSeek-V41-Flash"
#6165
idic754-cloud
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
问题
@deepseek-ai/dsh-llm-deepseek@0.1.5-rc.1里,id 为deepseek-flash的默认目录条目显示名为DeepSeek-V41-Flash,官方名是 DeepSeek-V4.1-Flash(带小数点)。上线传输的 iddeepseek-flash正确,仅给人看的标签有误,属显示层问题,不影响请求与计费。该条目自 0.1.5-rc.1 引入,0.1.5-alpha.1/alpha.2、0.1.2-rc.1 均无。证据(4 处,全在 dsh-llm-deepseek 内)
lib/types/index.d.ts:55:defaults to V41 Flash, V4 Flash, V4 Pro, and V4 Flash Vision Exp.README.md:59、README.zh.md:59:V41 Flash + V4 Flash + V4 Pro + V4 Flash Vision Exp全安装树
grep "V4\.1"→ 0 命中;grep "V41 Flash"→ 正好上面 4 处;其余三个条目名本就不含小数点,所以只有 V4.1 会暴露这个问题。期望
条目
name改为DeepSeek-V4.1-Flash,README 与类型注释写作V4.1 Flash。影响
name经ctx.llm.listModels('deepseek-official')暴露给模型选择器等发现消费方,用户会看到 "DeepSeek-V41-Flash",无从确认它对应哪个官方模型。官方参考
2026-09-10 变更日志:模型名为 DeepSeek-V4.1-Flash,调用 id 为
deepseek-flash。https://api-docs.deepseek.com/updates/
建议修复
lib/index.js:1844:"DeepSeek-V41-Flash"→"DeepSeek-V4.1-Flash"lib/types/index.d.ts:55:V41 Flash→V4.1 FlashREADME.md:59、README.zh.md:59:同上环境
dsh --version→ 0.1.5-rc.1;dsh-llm-deepseek0.1.5-rc.1;Node v24.x;npm 11.x;Linux x86_64All reactions