Hard-coded timeout causes failures with OpenAI Deep Research models #8563
Closed
ByungsunAhn
started this conversation in
Feature Requests & Suggestions
Replies: 2 comments
-
nvm it was custom/nginx.conf timeout
|
Beta Was this translation helpful? Give feedback.
0 replies
-
nvm it was cloudflare default timeout |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
🐛 Bug Report: Hard-coded timeout causes failures with OpenAI Deep Research models
Problem
OpenAI Deep Research models (o3, o4-mini-deep-research, etc.) require extended thinking time (often 10-30 minutes), but LibreChat has a hard-coded 3-minute timeout in
api/server/services/Runs/handle.js
:Error Logs
Current Behavior
Expected Behavior
Proposed Solution
Add environment variable support:
Impact
Beta Was this translation helpful? Give feedback.
All reactions