79426131

Date: 2025-02-10 05:24:38
Score: 2.5
Natty:
Report link

After applying this suggestion problem is fixed: https://stackoverflow.com/a/79052345/727997
It tells using truststore

pip install truststore

then adding this to your python code above your openai calls:

import truststore
truststore.inject_into_ssl()
# thing that calls requests.get

I had also followed these steps to install the certificates: https://community.openai.com/t/ssl-certificate-verify-failed/32442/58

Reasons:
  • Blacklisted phrase (1): stackoverflow
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
Posted by: Ozgur Ozturk