GPTeam icon indicating copy to clipboard operation
GPTeam copied to clipboard

Getting API Connection error

Open rosh-eth opened this issue 1 year ago • 4 comments

Hi there

I've followed the instructions on my mac to install gpteams and entered by OPENAI API key into the .env file but when running poetry run world I'm just getting this error:

Retrying langchain.chat_models.openai.acompletion_with_retry.._completion_with_retry in 1.0 seconds as it raised APIConnectionError: Error communicating with OpenAI.

rosh-eth avatar May 19 '23 01:05 rosh-eth

Can you try running it in --turbo mode and seeing if that works?

Alec2435 avatar May 23 '23 18:05 Alec2435

I tried and same issue.

On 24 May 2023, at 4:32 am, Alex Velikanov @.***> wrote:

Can you try running it in --turbo mode and seeing if that works?

— Reply to this email directly, view it on GitHub https://github.com/101dotxyz/GPTeam/issues/61#issuecomment-1559948696, or unsubscribe https://github.com/notifications/unsubscribe-auth/AB3H5PFFH5HKI7OLLMTT6LLXHT7FXANCNFSM6AAAAAAYHEPNQI. You are receiving this because you authored the thread.

rosh-eth avatar May 24 '23 00:05 rosh-eth

same issue here

Arthurofox avatar Jun 06 '23 06:06 Arthurofox

I had this same issue, was able to fix it by running the Install Certificates.command on the version of python I was using (https://stackoverflow.com/questions/51925384/unable-to-get-local-issuer-certificate-when-using-requests)

karthiksreedhar avatar Jun 25 '23 22:06 karthiksreedhar