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
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 many issues ie: git checkout <stable branch name>
- If Open AI key does not work, create a new one and update your .env file
================================TEST RUN=================================
PS C:\Users\snake\OneDrive\Documents\AthenaGPT\Auto-GPT> .\run.bat --speak
All packages are installed.
Speak Mode: ENABLED
NEWS: Welcome to Auto-GPT!
NEWS: Below you'll find the latest Auto-GPT News and updates regarding features!
NEWS: If you don't wish to see this message, you can run Auto-GPT with the --skip-news flag.
NEWS:
NEWS: ::NEW BULLETIN::
NEWS:
NEWS: Website and Documentation Site 📰📖
NEWS: Check out https://agpt.co, the official news & updates site for Auto-GPT!
NEWS: The documentation also has a place here, at https://docs.agpt.co
NEWS:
NEWS: 🚀 v0.3.0 Release 🚀
NEWS: Over a week and 275 pull requests have passed since v0.2.2, and we are happy to announce
NEWS: the release of v0.3.0! From now on, we will be focusing on major improvements rather
NEWS: than bugfixes, as we feel stability has reached a reasonable level. Most remaining
NEWS: issues relate to limitations in prompt generation and the memory system, which will be
NEWS: the focus of our efforts for the next release.
NEWS:
NEWS: Highlights and notable changes in this release:
NEWS:
NEWS: Plugin support 🔌
NEWS: Auto-GPT now has support for plugins! With plugins, you can extend Auto-GPT's abilities,
NEWS: adding support for third-party services and more.
NEWS: See https://github.com/Significant-Gravitas/Auto-GPT-Plugins for instructions and available plugins.
NEWS:
NEWS: Changes to Docker configuration 🐋
NEWS: The workdir has been changed from /home/appuser to /app.
NEWS: Be sure to update any volume mounts accordingly!
NEWS:
NEWS: ⚠️ Command `send_tweet` is DEPRECATED, and will be removed in v0.4.0 ⚠️
NEWS: Twitter functionality (and more) is now covered by plugins, see [Plugin support 🔌]
NEWS:
NEWS: Bulletin was updated! Press Enter to continue...
WARNING: You are running on `master` branch - this is not a supported branch.
Welcome to Auto-GPT! run with '--help' for more information.
Create an AI-Assistant: input '--manual' to enter manual mode.
Asking user via keyboard...
I want Auto-GPT to: Buy me a coffee..or whatever.
Comments
Post a Comment