GPT-5 requests with streaming disabled frequently time out #9244
-
What happened?TLDR:
Clicking Regenerate might make it work, about half the time. Here's my librechat.yaml, on v0.8.0-rc2:
Version Informationghcr.io/danny-avila/librechat-dev latest b305361833cb 3 days ago 1.55GB Steps to Reproduce
What browsers are you seeing the problem on?Firefox Relevant log output2025-08-24 21:54:40 error: [api/server/controllers/agents/client.js #sendCompletion] Operation aborted Aborted ScreenshotsNo response Code of Conduct
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
There is no hidden timeout as defined by LibreChat. However, some HTTP mechanisms will timeout a request by default if there is inactivity. To rule some things out, do you have NGINX configured? See: #4111 What does your setup look like? |
Beta Was this translation helpful? Give feedback.
There is no hidden timeout as defined by LibreChat.
However, some HTTP mechanisms will timeout a request by default if there is inactivity.
To rule some things out, do you have NGINX configured?
See: #4111
What does your setup look like?