youdddGPT上下文压缩(compaction)一直失败 中发帖

Error running remote compact task: stream disconnected before completion: err 
or sending request for url 
(https://chatgpt.com/backend-api/codex/responses/compact) 
这个报错通常不是你代码本身的语法错误,而是 Codex/ChatGPT 在做“上下文压缩(compaction)”时,请求中途断开了。报错里的关键信息是: 
remote compact task:说明它在远端执行“压缩上下文”的任务。 
stream disconnected before completion:说明流式响应还没完成,连接就断了。 
/backend-api/codex/responses/compact:说明失败的是 compact 接口,不是...
 
 
Back to Top