Skip to content
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

Error making API request: ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response')) #9

Open
xdzha133733 opened this issue Feb 20, 2024 · 4 comments

Comments

@xdzha133733
Copy link

I followed the Getting Started steps to configure the OpenAI endpoint, but encountered an error during execution.
Error making API request: ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response'))

In the config.yml, I ONLY modified the following parameters:
OPENAI_API_BASE: "https://api.openai.com/v1/chat/completions"
OPENAI_API_KEY: "###"

Could anybody tell me why and how to solve it ?

@vyokky
Copy link
Contributor

vyokky commented Feb 20, 2024

How often does it happen? Could be hitting your rate limits.

@xdzha133733
Copy link
Author

xdzha133733 commented Feb 21, 2024

How often does it happen? Could be hitting your rate limits.

every time , and my rate limits in openai are still sufficient

@vyokky
Copy link
Contributor

vyokky commented Feb 21, 2024

It seems to be a connection error on the openai server. Perhaps you can try turn on/off your VPN, change to a different machine to request, wait and try again etc.

@Kermiss
Copy link

Kermiss commented Feb 23, 2024

had the same issue, i have no VPN, this was my first launch

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants