I am getting this error: AttributeError: module ‘openai’ has no attribute ‘ChatCompletion’
This error appears after cell 4 get_completion(“What is 1+1?”) when I run it in my own notebook. I installed all of the packages including the latest openai package and my Open AI key seems to be working since cells 1-3 are running fine.
How can I fix this error?