AutoGPT Setup for Windows on Command Line via Powershell
NOTES Windows PC Installation using Powershell (run as admin) NOTE: install in a subfolder of documents not root Example:C:\Users\snake\OneDrive\Documents\AthenaGPT\Auto-GPT Python 3.113 as of APR5 64-bit (remove all other python versions if issues) from python.org git-scm.com =>used to clone repo using https url from github autogpt (Significant Gravitas) pinecone.io =>configure memory in .env (or use local memory setting in .env file) platform.openai.com => must be your API key on paid account elevenlabs.com =>optional --TTS support or use Brian, see .env file https://github.com/Significant-Gravitas/Auto-GPT/blob/master/README.md Once installed you can use the .\run.bat --speak command to fire it up Python Troubleshooting: If too many version of python, you have to remove other versions and make sure you have checked add to path or do it manually Branch Issues: You can use git branch -a to list all branches and switch to Stable branch if the master branch have too m...