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.47k stars 383 forks source link

Get this error on local and on colab #136

Closed Fitsbit closed 1 year ago

Fitsbit commented 1 year ago

I keep getting this import error and when looking it in vscode the code had "many errors" its this one module

⚠️INSTRUCTIONS:

Have you already searched for your ISSUE among the resolved ones?

What version of Python do you have?

What version of operating system do you have?

What type of installation did you perform?

Desktop (please complete the following information):

Describe the bug A clear and concise description of what the bug is.

Screenshots If applicable, add screenshots to help explain your problem.

Additional context Add any other context about the problem here.

error: image

skavy1688 commented 1 year ago

me too

Fitsbit commented 1 year ago

its just a module error but its unfixable.

IntelligenzaArtificiale commented 1 year ago

pls retry now

kamayi2008 commented 1 year ago

change 'from EdgeGPT import Chatbot, ConversationStyle' into 'from EdgeGPT.EdgeGPT import Chatbot, ConversationStyle' for the 'BingChatAPI.py'