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
In your assist.py you do an import: from openai import OpenAI (line 1)
That does not seem to be possible: ImportError: cannot import name 'OpenAI' from 'openai' (C:\Users\manue\AppData\Local\Programs\Python\Python311\Lib\site-packages\openai\__init__.py)
Of course I already installed openai via pip.
The text was updated successfully, but these errors were encountered:
In your assist.py you do an import:
from openai import OpenAI
(line 1)That does not seem to be possible:
ImportError: cannot import name 'OpenAI' from 'openai' (C:\Users\manue\AppData\Local\Programs\Python\Python311\Lib\site-packages\openai\__init__.py)
Of course I already installed openai via pip.
The text was updated successfully, but these errors were encountered: