表歌 (@biaogebusy) 在 gpt-image-2 令人惊喜 中发帖
首先感谢下L站佬友提供的公益站 gpt-image-2 生图模型,在分享之前先抛一个问题:
AI工具也是通过new api 网关统一调用,把L站佬友提供的公益站也加入了聚到,上游生图超过60s正常响应,自己的网关60s超时:
status_code=504, The origin web server did not respond to Cloudflare within the allowed time. This typically means the origin is overloaded or a backend process is taking too long.
[image]
new api容器也设置超时相关的配置:
RELAY_TIMEOUT=180
STREAMING_TIMEOUT=300
各位佬友有没有遇到过这样的场景,如何解决的?当然我这里的线上...