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.

275 27

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.8K 917

YouTube Video UCg60QRUSvLZMF4zHv2ajBqA_FeIIaJUN-4A

AutoGPT Tutorial - More Exciting Than ChatGPT

Santrel Media April 24, 2023 6:45 pm

Someone made a version of ChatGPT called God Mode and it's the most insane Ai tool I've used so far. It's like ChatGPT on auto ...

Someone made a version of ChatGPT called God Mode and it’s the most insane Ai tool I’ve used so far. It’s like ChatGPT on auto pilot and it can complete tasks, search the web and even output entire text documents with complete research, analysis, and schedules.

Let me give you a quick overview of what this is and what it do. ChatGPT was released in December 2022 with GPT 3.0. Then they release GPT 4 a few months later.

Someone created a version of it called Auto GPT. Basically Ai chatbot that is powered by Chat GPT to run automated tasks. But that required some technical knowledge.

A few days later, someone created Agent GPT. It’s basically Auto GPT but on the web. You give it a task and it starts to work to achieve it by created a to do list and completing those tasks.

And now, we have God mode. This is a web based Ai Chatbot, similar to Agent GPT, but even more powerful.

Let me show you how it works.

You can access it online at godmode.space

Create a free account. You will run out of credits at some point and will need to connect an API key from Open Ai. But I’ll get to that in a second.

To start with God Mode, give it a prompt. This isn’t like ChatGPT. Your prompt needs to be something you need to accomplish.

For this example, I’m going to ask it to help me make a website for my business that teaches people all about Ai.

Once you give it a prompt, it will start working on created a to do list for itself. At each stage, it will ask for your approval. If you don’t like the direction that it’s going, you can change it course by manually giving it feedback.

Thank you for watching this video! Please share and subscribe and never miss the next great app.

1.5K 88

YouTube Video UCwSozl89jl2zUDzQ4jGJD3g_Zgk9-aTJ--o

How to Use Auto GPT God Mode Ai - Auto GPT got a Huge upgrade

App Of The Day May 9, 2023 4:45 pm

Check out Weights & Biases and sign up for a free demo here: https://wandb.com/papers ❤️ Get more than $50 off from an ...

❤️ Check out Weights & Biases and sign up for a free demo here: https://wandb.com/papers

#AutoGPT is available here:
GitHub: https://github.com/Significant-Gravitas/Auto-GPT
Try it locally (sort of): https://github.com/Significant-Gravitas/Auto-GPT
Try it on the web: https://huggingface.co/spaces/aliabid94/AutoGPT

Sources:
AirPods: https://twitter.com/sharifshameem/status/1405462642936799247
Create website: https://twitter.com/SullyOmarr/status/1644160222733406214
Do research: https://twitter.com/dzhng/status/1648056958996606978
Progress report: https://www.reddit.com/r/AutoGPT/comments/12ohmmo/comment/jgiyire/?utm_source=reddit&utm_medium=web2x&context=3
Code improvements: https://twitter.com/SigGravitas/status/1642181498278408193

My latest paper on simulations that look almost like reality is available for free here:
https://rdcu.be/cWPfD

Or this is the orig. Nature Physics link with clickable citations:
https://www.nature.com/articles/s41567-022-01788-5

🙏 We would like to thank our generous Patreon supporters who make Two Minute Papers possible:
Aleksandr Mashrabov, Alex Balfanz, Alex Haro, Andrew Melnychuk, Benji Rabhan, Bryan Learn, B Shang, Christian Ahlin, Eric Martel, Geronimo Moralez, Gordon Child, Jace O'Brien, Jack Lukic, John Le, Jonathan, Kenneth Davis, Klaus Busse, Kyle Davis, Lorin Atzberger, Lukas Biewald, Martin, Matthew Valle, Michael Albrecht, Michael Tedder, Nikhil Velpanur, Owen Campbell-Moore, Owen Skarpness, Rajarshi Nigam, Ramsey Elbasheer, Richard Sundvall, Steef, Taras Bobrovytsky, Ted Johnson, Thomas Krcmar, Timothy Sum Hon Mun, Torsten Reil, Tybie Fitzhugh, Ueli Gallizzi.
If you wish to appear here or pick up other perks, click here: https://www.patreon.com/TwoMinutePapers

Thumbnail background design: Felícia Zsolnai-Fehér - http://felicia.hu

Károly Zsolnai-Fehér's links:
Twitter: https://twitter.com/twominutepapers
Web: https://cg.tuwien.ac.at/~zsolnai/

8.4K 594

YouTube Video UCbfYPyITQ-7l4upoX8nvctg_LqjVMy2qhRY

AutoGPT: This Is ChatGPT Supercharged!

Two Minute Papers April 30, 2023 3:54 pm

Auto-GPT gives GPT-4 all the powers it needs to really start helping you in the real world at scale! This open source project is ...

Auto-GPT gives GPT-4 all the powers it needs to really start helping you in the real world at scale!

This open source project is powered by GPT-4, and is autonomous, taking the goals you give it, and creating instances of GPT4 as workers to go out and complete the tasks for you.

Powerful and potentially dangerous as it makes decisions on its own without your authorisation if you let it.

🚀 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

Github - https://github.com/Torantulino/Auto-GPT

#autogpt #chatgpt #gpt4 #openai #auto-gpt #gpt3.5



=============================
Resources
=============================
Auto-GPT Code on Github
https://github.com/Torantulino/Auto-GPT

Python for Coding
https://www.python.org/

OpenAI for API Key
Signup here: https://openai.com/blog/openai-api

Canva for thumbnails
https://partner.canva.com/ORNgez

VidIQ for Keyword Research & Titles
https://vidiq.com/aideepdive

AI Video Editing done in Descript
https://www.descript.com/?lmref=-MkXYg

Envato for images and Mockups:
https://1.envato.market/c/2279559/629767/10168

All music full licensed through EpidemicSound:
https://share.epidemicsound.com/t7vjzx


👇 Don't miss out! Hit the SUBSCRIBE button and turn on notifications to stay up-to-date with the latest tips, tricks, and strategies for creating amazing videos. Join our community of creators and unlock your full potential today! 🎯
https://www.youtube.com/@AiDeepDive?sub_confirmation=1

665 98

YouTube Video UCAVuhgjBK1jJpNxuZVSANaw_yCOBugvmvjk

AutoGPT Explained with Demo. Your new AGI Assistant for Business

AI Deep Dive April 9, 2023 11:56 am

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