github Ed1s0nZ/CyberStrikeAI v1.6.32

14 hours ago

修复了 Eino 路径下「模型推理 = 关闭」时仍可能触发 DeepSeek V4 默认 thinking 的问题:原先 off 仅表示不下发参数,但 deepseek-v4-flash 等模型默认开启 thinking,与 Plan-Execute 的强制 tool_choice 冲突并返回 400;现改为在 off 时统一显式下发 {"thinking": {"type": "disabled"}},无需再按 DeepSeek 线路单独检测。


Fixed Plan-Execute 400 errors when reasoning was set to Off: previously Off meant omitting thinking parameters, but DeepSeek V4 models default to thinking enabled, which conflicts with Plan-Execute’s forced tool_choice. Off now always sends {"thinking": {"type": "disabled"}} on the Eino path, with no provider-specific detection required.

Don't miss a new CyberStrikeAI release

NewReleases is sending notifications on new releases.