chenlucu
chenlucu
Sample Code: OpenAI service failed to complete the prompt, APIConnectionError issue with Python 3.10
I got the same problem. I traced the error and found that it was not able to verify the local issuer certificate. `Cannot connect to host xxxxxx.openai.azure.com:443 ssl:True [SSLCertVerificationError: (1,...
Sample Code: OpenAI service failed to complete the prompt, APIConnectionError issue with Python 3.10
> > I got the same problem. I traced the error and found that it was not able to verify the local issuer certificate. `Cannot connect to host xxxxxx.openai.azure.com:443 ssl:True...
I got the same problem. I fixed my problem by adding a config setting in the source code. See my other comment for details. https://github.com/microsoft/semantic-kernel/issues/627#issuecomment-1573221317