openai-cookbook icon indicating copy to clipboard operation
openai-cookbook copied to clipboard

web-qa-embeddings: SSL verify failed

Open shawnesquivel opened this issue 1 year ago • 0 comments

Environment: Macbook m2, python 3.11.3

Steps Taken:

  1. Following the Web Q&A - Open AI API Tutorial
  2. After successfully installing the conda env (had to remove https requirement as per #118)
  3. Create a new notebook and copy steps 1-5 from the most updated file web-qa.py into my own notebook:

Expected Output: A list of links, like the tutorial

Actual Output: https://openai.com/ <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:992)>

shawnesquivel avatar Apr 29 '23 22:04 shawnesquivel