p1366687求助:unexpected status 404 Not Found: openai_error 中发帖

使用自建的服务器,使用ccswith,途中会出现unexpected status 404 Not Found: openai_error, url: http://127.0.0.1:15721/v1/responses,使用ccswith测试正常,只要提问题、发请求就会出现,使用gpt 5.4也修复不了,使用收费的中转站就不会出现。求助大佬是个怎么回事,困扰一天了。 
ssw配置: 

model_provider = “custom” 
model = “gpt-5.4” 
model_context_window = 1000000 
model_auto_compact_token_limit = 900000 
model_reasoning_effort = “xhigh” 
disable_response_storage = true 
model_instruction...
 
 
Back to Top