Auto GPT Installation and Features Guide
Auto GPT Installation and Features Guide
Installation Process
● Clone the repository using git clone command from GitHub link
provided in installation section of [Link] file.
● Change directory into that folder using cd command followed by
folder name "Auto-GPT".
● Install all dependencies listed in [Link] file using pip
install -r [Link].
● Open up your code editor (e.g., Visual Studio Code), rename
.[Link] file to .m, open it up, apply API keys for Pinecone and
OpenAI.
● Setting up Pinecone Account
1. Go to [Link] and create a free account.
2. Under "API Keys" on the left side of the screen, copy the key
value and paste it into line 1 of the .m file.
3. Copy the environment (region), found under "API Keys," and
paste it into line 2 of the .m file.
● Running [Link] Script
1. Open Visual Studio Code and navigate to the scripts folder.
2. Click on [Link] and click on the play button in the top right
corner.
3. The first time you run it, it will take some time to set up
Pinecone instance.
● Once after you run the script successfully below prompt appears
into terminal window.
How to begin with AutoGPT?


