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

Use this if you have an AMD card #175

Open georgegeorge2525 opened 8 months ago

georgegeorge2525 commented 8 months ago

Go to requirements.txt and change to

faiss-gpu # if u have a GPU

faiss-cpu # if u dont have a GPU

then do python pip install -r requirements.txt

also you need to install langchain 0.0.138 if you have the newer version uninstall langchain first