Here's a decent video covering the project, basically just giving commentary while playing the demos. AUTO-GPT: Autonomous GPT-4! Mini AGI is HERE! - YouTube
GitHub - Torantulino/Auto-GPT: An experimental open-source attempt to make GPT-4 fully autonomous.
Future is gonna be wild. Anyone keeping up with the LLaMA based models coming out? Basically, Facebook released a LLM called LLaMA and in the past few weeks a number of groups realized they could skip the long arduous process of compiling training data and instead use the OpenAI API to just ask ChatGTP questions, save the answers, and then train the LLama model on the ChatGPT data, all for less than a grand. And once trained it can run locally on your home computer. Not as high level as GPT4, but it's still pretty impressive... but also it's just propagating the same lib standards of ChatGPT. BUT BUT, projects like gtp4all did release their training data. So it would be possible for someone to edit it to be a bit more radical. :cyber-lenin:
Totally. This LLaMA model seems a good start for people looking to learn the basics. It's cheap enough to train with this method and I'm reasonably sure it'll be useful to build training data for future models, especially once combined with the sort of libraries that were used in that auto-gpt project.