Home2023-05-15T21:42:28+00:00

Auto-GPT

The official website for Auto-GPT. Explore the new frontier of autonomous AI and try the fastest growing open source project in the history of GitHub for yourself.

GUI coming soon. Want to be the first to try it out?

Auto-GPT

The official website for Auto-GPT. Explore the new frontier of autonomous AI and try the fastest growing open source project in the history of GitHub for yourself.

GUI coming soon. Want to be the first to try it out?

Working Towards an Open Source AI Assistant Available To Everyone

What’s coming up next? Follow the Live Project Board

Latest News & Updates

Don’t have time to join us for an inspirational conversation on Discord? Overwhelmed by how much is going on in the Auto-GPT project? Get your latest official news and updates right here.

Latest Auto-GPT Mentions

YouTube

Someone has created a version of ChatGPT called AutoGPT and it's a lot more powerful. It's exactly what it sounds like. ChatGPT ...

Someone has created a version of ChatGPT called AutoGPT and it’s a lot more powerful.

It’s exactly what it sounds like. ChatGPT on AutoPilot.

In the video, I’ll show you exactly how it works, step by step and for complete beginners.

AutoGPT can also do things ChatGPT currently can’t do. Even though it’s not created by the same people, it’s still using ChatGPT. But they’ve added ability to access the web, run google searches, create text files, use other plugins, run many tasks back to back without new prompts, come up with follow up prompts for itself to achieve a task without you having to tell it what to do next and a lot more.

AutoGPT will need to be installed and run on your computer. It’s a little more technical than your normal application install, but I’ll show you every step. We need to install three things from three websites.

First, go to this website.
https://docs.agpt.co/setup/

Next, let’s download an app called Docker. There are three ways to run AutoGPT on your computer and this is the best and easiest option.
https://www.docker.com/

Next, you need visual studio. This is not required, but it will save us from a couple of technical steps later.
https://code.visualstudio.com/

Next, we need to make an API key on Open Ai website, the creators of ChatGPT.
https://platform.openai.com/account/api-keys

Save the ip key on a text. You won’t be able to see it again.

You need to open Terminal on Mac or Windows Powershell or command shell on Windows.
Pull the latest image fromΒ Docker Hub
Type in docker pull significantgravitas/auto-gpt

Then, we need to create a folder and a text doc inside that folder.
Find the text for what to paste to docker-compose.yml and save the doc inside that folder.

Next, let’s download the source code for AutoGPT

https://github.com/Significant-Gravitas/Auto-GPT/releases/tag/v0.3.0

They do update the version, but the process of getting AutoGPT installed will stay the same.

Configuration

1. Find the file namedΒ .env.templateΒ in the mainΒ Auto-GPTΒ folder. This file may be hidden by default in some operating systems due to the dot prefix. To reveal hidden files, follow the instructions for your specific operating system:Β Windows,Β macOS.
2. Create a copy ofΒ .env.templateΒ and call itΒ .env; if you're already in a command prompt/terminal window:Β cp .env.template .env.
3. Open theΒ .envΒ file in a text editor.
4. Find the line that saysΒ OPENAI_API_KEY=.
5. After theΒ =, enter your unique OpenAI API KeyΒ without any quotes or spaces.
6. Enter any other API keys or tokens for services you would like to use.

If you are using a Mac, you need to change one more settings. Search for Mac, remove # and change false to true.

Save the file and close it.

294 28

YouTube Video UCrSvDunJEc1CME4-KvhW_3Q_v-5AWQlTFw8

How to Use AutoGPT - Complete Tutorial

Howfinity May 12, 2023 10:55 pm

In this video, I show you how to use the latest breakthrough in AI innovation, AutoGPT. This is a step by step tutorial. The world's ...

In this video, I show you how to use the latest breakthrough in AI innovation, AutoGPT. This is a step by step tutorial.
🧠 The world's leading AI newsletter: https://neuralfrontier.beehiiv.com/subscribe

AutoGPT Github: https://github.com/Significant-Gravitas/Auto-GPT/releases/latest

Download Python: https://www.anaconda.com/

Download VisualStudio Code: https://code.visualstudio.com/

Find your OpenAI API Keys: https://platform.openai.com/account/api-keys

Add OpenAI Billing: https://platform.openai.com/account/billing/overview

🏦 Form your LLC: https://santrelmedia.com/incfile
πŸ’» Create a website on Squarespace: https://santrelmedia.com/squarespace
πŸ’³ Best Credit Cards For Businesses: https://cardonomics.com/i/santrel
⏰ Double your productivity with this software: https://santrelmedia.com/Productivity

Follow us on Instagram:
Nate: https://www.instagram.com/nateobrienn/
Mike: https://www.instagram.com/mikeobrienn/
SUBSCRIBE: www.youtube.com/santrelmedia

Summary of steps:
Install anaconda
Install visual code
Open terminal
Download stable not master from github
In command line, navigate to the folder, then type β€œconda create -n auto-gpt python=3.8”

Then cd into the auto gpt master folder which was downloaded from GITHUB

Open visual studio code, cmnd+n to open new, then cmnd+shift+p for command palette

Type β€œshell” then select install to path

Type β€œcode .” in terminal to open VS code
Save workspace as

This will install your environment, then you can activate it with β€œconda activate auto-gpt”
In terminal, type β€œpip install -r requirements.txt”

Open readme.md then right click tab and open preview

Type cp .env.template .env
Then type code .

Open .env in VScode
Copy and paste your API from https://platform.openai.com/account/api-keys
Remove hash for Use Mac
Save it

In Terminal, type β€œsudo xcodebuild -license”
Enter your pw
agree

Add billing to https://platform.openai.com/account/billing/overview

In Terminal, type ./run.sh

Customize your auto-gpt!

Some Terminal commands you may want to know:
Cd [navigates to the folder path you type next]
Cd .. [goes back one]
Ls [lists everything in the current folder]
Python [opens python]
quit() [quits python]
Clear [deletes everything on the screen]


TIMESTAMPS:
0:00 What is AutoGPT?
2:50 What do I need to run AutoGPT?
4:13 Getting started
5:45 Downloading Python and VisualStudio Code
7:05 Configuring in Terminal
9:10 Reading the ReadMe markdown file
10:45 Adding your OpenAI API key
14:50 Running AutoGPT



DISCLAIMER: This video and description contains affiliate links, which means that if you click on one of the product links, I’ll receive a small commission. This helps support the channel and allows us to continue to make videos like this. Thank you for the support! Everything in this video is based on information we learned from online resources, our own experience, and books we have read. Please do your own research before making any important decisions. You and only you are responsible for any and all digital marketing decisions you make. Thank you for watching!

12.9K 908

YouTube Video UCg60QRUSvLZMF4zHv2ajBqA_FeIIaJUN-4A

AutoGPT Tutorial - More Exciting Than ChatGPT

Santrel Media April 24, 2023 6:45 pm

Welcome to your step-by-step guide to conquering the world of AI with Auto-GPT! This groundbreaking software is set to ...

Welcome to your step-by-step guide to conquering the world of AI with Auto-GPT! 🌐 This groundbreaking software is set to transform how we interact with artificial intelligence, and it's easier to get started than you might think. πŸ’‘

Whether you're an AI novice or a seasoned techie, this comprehensive video tutorial will guide you through the process of downloading, configuring, running, and even training Auto-GPT. No need to worry about confusing jargon or complex procedures; I've broken everything down into easy-to-follow steps, making it accessible to everyone, even complete beginners! πŸ™Œ

I'll provide clear instructions to ensure a smooth setup process. But that's not all! We'll also dive into how you can train Auto-GPT, enabling you to tailor this powerful AI to your specific needs. 🎯

By the end of this tutorial, you'll not only have Auto-GPT up and running, but you'll also gain a solid understanding of how to make the most of its incredible features. So, why wait? Dive in and start your AI journey with Auto-GPT today! πŸŽ‰

Don't forget to πŸ‘ like, πŸ’¬ comment, and πŸ”” subscribe if you find this video helpful. Your feedback fuels my content, and together, we can make AI accessible to everyone. Let's demystify AI, one step at a time. πŸš€

Links:
Auto-GPT Website: https://news.agpt.co/
Auto-GPT Github Repository: https://github.com/Significant-Gravitas/Auto-GPT
Auto-GPT Setup Guide: https://github.com/Significant-Gravitas/Auto-GPT/blob/master/docs/setup.md

ChatGPT: https://openai.com/blog/chatgpt
GPT-4: https://openai.com/product/gpt-4
Join GPT-4 API Waitlist: https://openai.com/waitlist/gpt-4-api

APIs
Open AI API: https://openai.com/blog/openai-api
Pinecone API: https://www.pinecone.io/
Google Cloud Console: https://console.cloud.google.com/getting-started
Google Cloud Free Trial: https://cloud.google.com/free
Google Programable Search Engine: https://programmablesearchengine.google.com/about/

Dev Tools
Python: https://www.python.org/
Microsoft Visual Studio Code: https://code.visualstudio.com/
GitHub Desktop: https://desktop.github.com/
Git for Windows: https://git-scm.com/download/win
Docker: https://www.docker.com/
Windows Subsystem for Linux (WSL): https://learn.microsoft.com/en-us/windows/wsl/install

Windows Power Shell Commands Used:
wsl --install
wsl --update
pip install -r requirements.txt
.run.bat

00:00 Introduction
00:38 What is Auto-GPT?
02:16 Setting up Your Open AI API Key
04:00 Setting up Your Pinecone API Key
04:55 Setting up Your Google API Key
05:30 Setting up Your Google Custom Search Engine
06:06 Download Dev Tools
07:05 Install Python
07:33 Install Visual Studio Code
07:58 Install GitHub Desktop
08:11 Install Git for Windows
08:58 Install Docker
09:35 Clone the Auto-GPT Repository to Your Local Drive
10:44 Make sure to the STABLE Branch not the MASTER
11:32 Launch the Windows Power Shell in the Auto-GPT Directory
12:15 Install Windows Subsystem for Linux (WSL)
12:43 Install Python Requirements for Auto-GPT
13:21 Open the Code Base in Visual Studio Code
13:59 Create Your .ENV File using the ENV.TEMPLATE File
16:12 Add Our Personal Open AI API Key to the .ENV File
17:07 Run Auto-GPT
18:01 Using Auto-GPT for the First Time
22:15 Exiting Auto-GPT
22:39 Launch Docker
22:50 Update Windows Subsystem for Linux
23:20 Add Our Personal PineCone API Key to the .ENV File
24:55 Add Our Personal Google API Keys to the .ENV File
26:18 Relaunch Auto-GPT
26:32 Using Auto-GPT for the Second Time
27:46 Sign up for the GPT-4 API Waitlist
29:19 Dealing with Error Codes
29:48 Where does Auto=GPT Store its Results?
30:33 Providing Additional Human Input
30:57 Dealing with Error Codes Using ChatGPT
31:57 Looking Beyond Our Simple Example

385 77

YouTube Video UC68x_TIzqCtF69fYl2_kl3w_3gMqL72iuS0

Auto-GPT Setup: Step-by-Step Beginner's Guide to Installing, Configuring, & Training AI Software

The CryptoDad May 16, 2023 4:00 pm

In this video, I will walk you through a detailed tutorial on setting up AutoGPT, a groundbreaking AGI experiment that's changing ...

In this video, I will walk you through a detailed tutorial on setting up AutoGPT, a groundbreaking AGI experiment that's changing the AI game. Join me as I guide you through each step, including setting up Pinecone, Elevenlabs, OpenAI, and Google Search integrations.

I'll also demonstrate how to harness the power of AutoGPT to autonomously create unique brand concepts. Learn how this incredible technology combines Google search, long-term memory, local file storage, and text-to-speech to develop ideas like Pure Bliss Essentials and Tranquility Heaven.

Discover how AutoGPT interacts with GPT-4, Pinecone text embeddings, Elevenlabs, text-to-speech, and Google search, and understand how it can improve over time through human interaction.

Follow along as I continue to explore AGI and build an app a day with the power of AI. Subscribe for more step-by-step tutorials and updates on the latest breakthroughs in AI technology!

🐦 Stay connected with me on Twitter and get the latest updates, news, and behind-the-scenes insights on my content. Follow me now: https://twitter.com/AppyDave 🐦

πŸ”— Links and resources mentioned in the video:

AutoGPT GitHub Repository: https://github.com/Torantulino/Auto-GPT
Pinecone: https://www.pinecone.io/
Elevenlabs: https://www.elevenlabs.com/
OpenAI API: https://beta.openai.com/
Google Custom Search: https://developers.google.com/custom-search
Canva: https://partner.canva.com/1rrL9x
Midjourney: https://www.midjourney.com/

πŸš€ Don't forget to subscribe for more AGI content and updates on the latest breakthroughs in AI technology!

#AutoGPT #AGI #AppyDave #GPT4 #ArtificialGeneralIntelligence #AIProductDevelopment

2.3K 270

YouTube Video UCLyscJVSp1l_V6gZg5F5wZg_YYPlNs7lw6c

AGI is here! (AutoGPT) Detailed Tutorial + Real Example

AppyDave April 9, 2023 12:58 pm

View Demos

Auto-GPT is evolving so quickly that it’s hard to keep up with the latest demos. To track progress overtime, we’ll include demo videos here so you can see how the project has grown.

Would you like to be featured in our demo section? Post a demo you recorded into theΒ demos channel on Discord. We’ll be choosing the best demos each week to add here and also tagging you!

With thanks to Blake Werlinger for this demo!

Go to Top