I’m getting this error when trying to call openai chatcompletion from render. I’m using Flask with gevents. Funny thing is the code works well from my local wsl instance.
Aug 13 01:17:08 PM File "/usr/local/lib/python3.7/ssl.py", line 518, in options
Aug 13 01:17:08 PM super(SSLContext, SSLContext).options.__set__(self, value)
Aug 13 01:17:08 PM [Previous line repeated 473 more times]
Aug 13 01:17:08 PM RecursionError: maximum recursion depth exceeded while calling a Python object```