Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xiongjiamu/24f63eb4a328256041c2a921a5d8face to your computer and use it in GitHub Desktop.
Save xiongjiamu/24f63eb4a328256041c2a921a5d8face to your computer and use it in GitHub Desktop.
# git clone
git clone https://github.com/Significant-Gravitas/Auto-GPT.git Auto-GPT
# move to the newly created folder
cd Auto-GPT
# fetch all recent commits and branches
git fetch
# checkout to lates stable branch
git checkout stable
# copy local .env file
cp .env.template .env
# edit the .env file and add your OPENAI_API_KEY
OPENAI_API_KEY=#copy and paste your API key here
# In your terminal, type the following command.
docker-compose run --build --rm auto-gpt
# Run Auto GPT in continuous mode
docker-compose run --build --rm auto-gpt --continuous
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment