Replies: 1 comment
|
这不是 API Key 错误,而是“思考模式 + 多轮对话”的兼容性问题。模型在第一轮返回了 当前代码可以直接看到这个限制:OpenAIClientChat.java 把历史消息转换为 目前可行的处理方式:
In short: use a non-thinking model or a fresh one-turn conversation for now; changing the token will not fix it. 如果这样解决了问题,请把这个回复标记为答案,方便其他使用思考模型的人找到原因和临时方案。 |
0 replies
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.
OpenAI request failed: The reasoning_text in the thinking mode must be passed back to the API.
![Uploading Snipaste_2026-08-18_23-25-09.png…]()
这种如何解决
All reactions