Replies: 1 comment
-
I had the same issue, and fixed it by changing the import statement at the top of BingChatAPI.py to Now I'm having this issue on both local and colab Could there be some versioning problem with EdgeGPT? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
while using colab I get an issue that I need to have EdgeGPT installed, I don't understand why
Traceback (most recent call last):
File "/content/Free-AUTO-GPT-with-NO-API/OtherAgent/customAgent.py", line 11, in
from FreeLLM import BingChatAPI # FREE BINGCHAT API
File "/content/Free-AUTO-GPT-with-NO-API/OtherAgent/FreeLLM/BingChatAPI.py", line 1, in
from EdgeGPT import Chatbot, ConversationStyle
ImportError: cannot import name 'Chatbot' from 'EdgeGPT' (/usr/local/lib/python3.10/dist-packages/EdgeGPT/init.py)
this is on local running and on colab. I thought colab would have this figured out.
Beta Was this translation helpful? Give feedback.
All reactions