-
Notifications
You must be signed in to change notification settings - Fork 1
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
panic: context deadline exceeded #2
Comments
same here |
The issue seems to be resolved. |
The original motivation was that the API server was quite unreliable and failing to connect; 20 seconds was probably too long (especially for long responses) but some window is helpful. It's probably better to cancel it based on when the first byte arrives to the stream (i.e. give 2 seconds for the API to respond, otherwise cancel). That was quite tricky to get right unfortunately. It's removed now, thanks for the fix! |
Going to resurrect this....
The chat session lasted much longer thanks to v0.2.3 but still isn't completely resolved it seems? |
I'm receiving this error while ChatGPT is writing out the response in the terminal:
The text was updated successfully, but these errors were encountered: