Open xdzha133733 opened 9 months ago
How often does it happen? Could be hitting your rate limits.
How often does it happen? Could be hitting your rate limits.
every time , and my rate limits in openai are still sufficient
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.
had the same issue, i have no VPN, this was my first launch
Thanks for the help! I had the same problem and it was an issue with my VPN, restarting it seemed to work
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 ?