Summary
Full Transcript
Install Auto-GPT in 1 minute Guide 1. Install Python - https://www.python.org/downloads/ 2. Make sure to select "Add Python to PATH" during install 3. Go to command "CMD" and check if its installed with the following commands python --version pip --version 4. Create an OpenAI API key. It uses a ton of tokens, so add billing https://platform.openai.com/account/api-keys 5. Now Download Auto-GPT from github and extract it 6. Edit the “.env.template” file with notepad and add the key you created on OpenAI 7. Open pinecone.io (Currently Waitlisted 1-2 Days) - Create free account and make an API key and add it to paste it next to PINECONE_API_KEY and the enviroment next to PINECONE_ENV 8. Save file. Rename to text file .env 9. In command go to the chatgpt directory and type this command "pip install -r requirements.txt" 10. To run AutoGPT type in this command "python -m autogpt"
