止水 (@sanqi37)关于gpt-image-2图片中转的保活问题 中发帖

我cpa反代的plus gpt-image-2模型内网接入new,然后new往外发,调用经常会出现断是为什么啊,是还要设置保活之类的吗 
我的OpenResty 超时也加了
proxy_connect_timeout 60s;
proxy_send_timeout 600s;
proxy_read_timeout 600s;
send_timeout 600s;
client_body_timeout 600s;

# 关键:关闭缓冲,避免流式/长响应被 OpenResty 卡住
proxy_buffering off;
proxy_request_buffering off;
proxy_cache off;

是我哪里设置不对吗