mirror of
https://github.com/ErlichLiu/DeepClaude.git
synced 2026-04-25 05:05:57 +03:00
[GH-ISSUE #120] [Bug]: Openrouter 提供的deepseek,始终无法正确获取推理内容 #87
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/DeepClaude#87
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Loticyang on GitHub (Jun 5, 2025).
Original GitHub issue: https://github.com/ErlichLiu/DeepClaude/issues/120
提交前确认
发生了什么?
如果将openrouter的deepseek作为推理模型,则无法正常进行推理。具体见下面图片。
补充:将“是否支持原生推理”关闭,亦无法正常进行推理。
复现步骤
可稳定复现
@ErlichLiu commented on GitHub (Jun 22, 2025):
@Loticyang 可以验证一下 Openrouter 返回的数据结构,有可能是用的 标签包裹的思考部分,这时候就需要在你截图的部分把原生支持推理关掉,应该就可以了。如果还是没有收集到的话,可以直接拉取最新的 Docker 镜像来部署,那就应该是 Max_tokens 设置引起的,这个目前只有火山云引擎有效果,可以大幅节省 Tokens 消耗。