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/timdaub/Projects/updated-gpt-cli/gptcli/gpt.py", line 11, in <module>
import openai
File "/Users/timdaub/Projects/updated-gpt-cli/gptcli/openai.py", line 3, in <module>
from openai import OpenAI
ImportError: cannot import name 'OpenAI' from partially initialized module 'openai' (most likely due to a circular import) (/Users/timdaub/Projects/updated-gpt-cli/gptcli/openai.py)```
why does it even invoke the openai module in the first place?
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: