You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "/Users/travisbarton/.conda/envs/work3.6/lib/python3.6/site-packages/IPython/core/interactiveshell.py", line 3343, in run_code
exec(code_obj, self.user_global_ns, self.user_ns)
File "<ipython-input-15-c5f5985add60>", line 1, in <module>
openai.Embedding
AttributeError: module 'openai' has no attribute 'Embedding'
the version I have is 0.8.0
this happens for full examples, but this is just the most simple case.
any idea why?