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.44k stars 384 forks source link

Import error #10

Closed DanielShemesh closed 1 year ago

DanielShemesh commented 1 year ago
from langchain.prompts.chat import (
ModuleNotFoundError: No module named 'langchain.prompts.chat'

or

from streamlit_chat_media import message
ModuleNotFoundError: No module named 'streamlit_chat_media'
DanielShemesh commented 1 year ago

probably need to update langchain's version on requirements.txt

IntelligenzaArtificiale commented 1 year ago

I have fixed the repository, please try now to redownload Before i have used too much site for scraping GPT result. I have change the base API now. Now work only on FREE official REVERSED CHATGPT API. Open another issue for every problem :)

PLEASE for import error try to search the module on pypi and dowload it with pip . For example :

pip install streamlit-chat-media
pip install -U langchain