[Python] APIConnectionError with OpenAI API key on Windows OS #215
Replies: 1 comment
-
repost my issue on the issues channel. close this one. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi. I was wondering if anyone ever run into APIConnectionError and solved it.
My error:
Output: Error: ('ServiceError: OpenAI service failed to complete the prompt', APIConnectionError(message='Error communicating with OpenAI', http_status=None, request_id=None))
My program:
Other info:
OS: Windows
Version of Python: tested both 3.9.16 and 3.10.10
Versions of selected packages:
numpy 1.24.2
openai 0.27.2
aiofiles 23.1.0
aiohttp 3.8.4
Any tips or experience are much appreciated. Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions