IntelligenzaArtificiale / Free-Auto-GPT

Free Auto GPT with NO paids API is a repository that offers a simple version of Auto GPT, an autonomous AI agent capable of performing tasks independently. Unlike other versions, our implementation does not rely on any paid OpenAI API, making it accessible to anyone.
MIT License
2.43k stars 382 forks source link

Getting errors even tho I didn't change a thing in the code #132

Closed Miafenee closed 1 year ago

Miafenee commented 1 year ago

So when I try to run anything it just gives me an error like this Traceback (most recent call last): File "/workspace/FreeAutoGPT/AUTOGPT.py", line 14, in from FreeLLM import BingChatAPI # FREE BINGCHAT API File "/workspace/FreeAutoGPT/FreeLLM/BingChatAPI.py", line 1, in from EdgeGPT import Chatbot, ConversationStyle ImportError: cannot import name 'Chatbot' from 'EdgeGPT' (/usr/local/lib/python3.10/site-packages/EdgeGPT/init.py)

I've got error when I tried to run to autogpt.py file. And when I try with camel the server starts but I get the same error on the site. I have installed every requirement. I use win 11. Please help its really frustrating.

HopeMikaelson commented 1 year ago

same . i use win 10

meetkool commented 1 year ago

same i am having the same issiue

DaveMBush commented 1 year ago

I have the same problem using Windows 11 and Free Auto GPT in a container. Container installed and I've python3 -m pip install -r requirments.txt` just in case that did not get done when the container was created.

bosong2 commented 1 year ago

I have same issus on M1 Apple silicon MacBook.

DaveMBush commented 1 year ago

Use the command "python -m pip install EdgeGPT==0.4.1".

IntelligenzaArtificiale commented 1 year ago

thanks @DaveMBush