mirror of
https://github.com/ErlichLiu/DeepClaude.git
synced 2026-04-25 13:15:54 +03:00
[GH-ISSUE #11] 使用最新分支时deepseek使用fireworks供应商无法获取推理内容 #6
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#6
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 @spumon1 on GitHub (Feb 5, 2025).
Original GitHub issue: https://github.com/ErlichLiu/DeepClaude/issues/11
@GowayLee commented on GitHub (Feb 7, 2025):
现在最新版本加入了
IS_ORIGIN_REASONGIN环境变量来控制推理内容格式解析, 更新重试看看问题是否仍然存在@TakiGuan commented on GitHub (Feb 8, 2025):
目前支持两种格式:
1. Origin_Reasoning (reasoning_content字段) (DeepSeek官方API与SiliconFlow为此格式)
2. 标签格式
填写true表示使用 Origin_Reasoning 格式,填写false表示使用 标签格式
IS_ORIGIN_REASONING=false
这样应该可以