microsoft / UFO

A UI-Focused Agent for Windows OS Interaction.
https://arxiv.org/abs/2402.07939
MIT License
7.92k stars 1.06k forks source link

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

Open xdzha133733 opened 9 months ago

xdzha133733 commented 9 months ago

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 commented 9 months ago

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

xdzha133733 commented 9 months ago

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

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

vyokky commented 9 months ago

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 commented 8 months ago

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

justinblin commented 5 months ago

Thanks for the help! I had the same problem and it was an issue with my VPN, restarting it seemed to work