openai-cookbook
openai-cookbook copied to clipboard
web-qa-embeddings: SSL verify failed
Environment: Macbook m2, python 3.11.3
Steps Taken:
- Following the Web Q&A - Open AI API Tutorial
- After successfully installing the conda env (had to remove https requirement as per #118)
- 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)>