Problems with EdgeGPT Library #164
Replies: 1 comment
-
Ok I found the correct version: 0.4.1 |
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
-
Hi,
I have a problem with the EdgeGPT library.
When I launch AUTOGPT.py I get the following error:
Traceback (most recent call last):
File "C:\Progetti\Free-Auto-GPT-main\AUTOGPT.py", line 14, in
from FreeLLM import BingChatAPI # FREE BINGCHAT API
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Progetti\Free-Auto-GPT-main\FreeLLM\BingChatAPI.py", line 1, in
from EdgeGPT import Chatbot, ConversationStyle
ImportError: cannot import name 'Chatbot' from 'EdgeGPT' (C:\Progetti\Free-Auto-GPT-main\Lib\site-packages\EdgeGPT_init_.py)
Could it depend of the library version? And if so, what is the correct version?
Thank you in advance to anyone can help me.
Beta Was this translation helpful? Give feedback.
All reactions