Auto-GPT Framework
Jump to navigation
Jump to search
An Auto-GPT Framework is a AI-Agent Framework that is based on LLMs.
- Context:
- …
- Example(s):
- …
- Auto-GPT v0.2.0 (2023-04-13) [1].
- …
- Auto-GPT v0.4.3 (2023-07-01) [2].
- …
https://github.com/Significant-Gravitas/Auto-GPT/releases
- See: AI Agent.
References
- Auto-GPT [2] proposes the goal that attempts to make GPT-4 fully autonomous, which is a great work and do not conflict to our method. Auto-GPT try to solve the problem that let ChatGPT interact with the internet.
2023
- https://github.com/Significant-Gravitas/Auto-GPT
- Auto-GPT is an experimental open-source application showcasing the capabilities of the GPT-4 language model. This program, driven by GPT-4, chains together LLM "thoughts", to autonomously achieve whatever goal you set. As one of the first examples of GPT-4 running fully autonomously, Auto-GPT pushes the boundaries of what is possible with AI.
- Features
- Internet access for searches and information gathering
- Long-term and short-term memory management
- GPT-4 instances for text generation
- Access to popular websites and platforms
- File storage and summarization with GPT-3.5
- Extensibility with Plugins
2023
- https://techcrunch.com/2023/04/22/what-is-auto-gpt-and-why-does-it-matter/
- QUOTE: ... Auto-GPT, basically, is GPT-3.5 and GPT-4 paired with a companion bot that instructs GPT-3.5 and GPT-4 what to do. A user tells Auto-GPT what their goal is and the bot, in turn, uses GPT-3.5 and GPT-4 and several programs to carry out every step needed to achieve whatever goal they’ve set.
What makes Auto-GPT reasonably capable is its ability to interact with apps, software and services both online and local, like web browsers and word processors. For example, given a prompt like “help me grow my flower business,” Auto-GPT can develop a somewhat plausible advertising strategy and build a basic website. ...
- QUOTE: ... Auto-GPT, basically, is GPT-3.5 and GPT-4 paired with a companion bot that instructs GPT-3.5 and GPT-4 what to do. A user tells Auto-GPT what their goal is and the bot, in turn, uses GPT-3.5 and GPT-4 and several programs to carry out every step needed to achieve whatever goal they’ve set.