aorumbayev / autogpt4all

🛠️ User-friendly bash script for setting up and configuring your LocalAI server with the GPT4All for free! 💸
https://aorumbayev.github.io/autogpt4all/
MIT License
452 stars 67 forks source link

How do you run this? #19

Closed Mhdtarek closed 1 year ago

Mhdtarek commented 1 year ago

I have fully installed and setup on WSL but how do we run this?

ideamark commented 1 year ago

cd LocalAI docker-compose up -d --pull always

cd Auto-GPT ./run.sh

Mhdtarek commented 1 year ago

Thanks!