lawlaint 在 各位佬友,为啥我自建的 new-api 自动 compact 时会报错 中发帖
各位佬友,请教个问题:
我是自建的 new-api,已经是最新版,我在使用 codex cli,上下文较长的时候,就会触发错误:
■ Error running remote compact task: unexpected status 503 Service Unavailable: No available channel for model gpt-5.5-openai-compact under group default (distributor) (request id: 2026050110021060218X6VT8FOTac), url:
http://x.x.x.x:x/v1/responses/compact
目前 config.toml 配置为:
model_provider = "OpenAI"
model = "gpt-5.5"
review_mode...