-
-
Notifications
You must be signed in to change notification settings - Fork 186
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Timeout #36
Comments
Hopefully, it can be resolved soon. Having Timeout issues a lot too. |
Same |
There's a recent bug/misconfiguration with OpenAI servers, which is causing connections to terminate after exactly 5 minutes. If you're generating lengthy outputs (>≈1.5K tokens) with GPT-4, this might explain it: openai/openai-python#399 This broke my integration, and has gone seemingly unnoticed by OpenAI for some time now... 😥 |
@bomshteyn Please check if this is what you would expect: #45 |
Thank you for this great package!
I have been having a lot of jobs timing out with the following exception:
I see in the main PHP client there is a method to set the timeout limit, how can this be set using the Laravel facade? Do you think that method will address the issue?
The text was updated successfully, but these errors were encountered: