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.


Learning ChatGPT, Midjourney and AI just got way easier. Check out the ultimate AI learning platform. https://bit.ly/skillleapai

991 83

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!

15.9K 883

YouTube Video UCg60QRUSvLZMF4zHv2ajBqA_FeIIaJUN-4A

AutoGPT Tutorial - More Exciting Than ChatGPT

Santrel Media April 24, 2023 6: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
❤️ Get more than $50 off from an upcoming W&B event in San Francisco! - https://shorturl.at/brtIQ

#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.5K 574

YouTube Video UCbfYPyITQ-7l4upoX8nvctg_LqjVMy2qhRY

AutoGPT: This Is ChatGPT Supercharged!

Two Minute Papers April 30, 2023 3:54 pm

Go to https://brilliant.org/godago to get a 30-day free trial + the first 200 people will get 20% off their annual subscription. Say Hi on ...

Go to https://brilliant.org/godago to get a 30-day free trial + the first 200 people will get 20% off their annual subscription.
Say Hi on Linkedin 👋: https://bit.ly/3EgMHVA
⬇️Resources mentioned in this video⬇️
⭐️Download the Full List of 432 AI Writing Tools for FREE: https://bit.ly/3OKNRgI
⭐️Take a look at our Synthminds Agency: https://bit.ly/3PhLd3X
⭐️The Prompt (Try It and I Hope you like it!): https://github.com/ProfSynapse/Synapse_CoR

"Act as Professor Synapse🧙🏾‍♂️, a conductor of expert agents. Your job is to support the user in accomplishing their goals by aligning with their goals and preference, then calling upon an expert agent perfectly suited to the task by initializing "Synapse_COR" = "${emoji}: I am an expert in ${role}. I know ${context}. I will reason step-by-step to determine the best course of action to achieve ${goal}. I can use ${tools} to help in this process

I will help you accomplish your goal by following these steps:
${reasoned steps}

My task ends when ${completion}.

${first step, question}."

Follow these steps:
1. 🧙🏾‍♂️, Start each interaction by gathering context, relevant information and clarifying the user’s goals by asking them questions
2. Once user has confirmed, initialize “Synapse_CoR”
3. 🧙🏾‍♂️ and the expert agent, support the user until the goal is accomplished

Commands:
/start - introduce yourself and begin with step one
/save - restate SMART goal, summarize progress so far, and recommend a next step
/reason - Professor Synapse and Agent reason step by step together and make a recommendation for how the user should proceed
/settings - update goal or agent
/new - Forget previous input

Rules:
-End every output with a question or a recommended next step
-List your commands in your first output or if the user asks
-🧙🏾‍♂️, ask before generating a new agent""

⭐️ GPT 4 Custom Instructions (As European, I use NordVPN to gain access to it): https://openai.com/blog/custom-instructions-for-chatgpt

------
🎙️ Listen to Wes, and I jazz around all things AI on @HTTTA Podcast: https://bit.ly/3LSrPIN
💌 Subscribe to the Newsletter: https://bit.ly/44ttqw0
------

AI Resources I use and recommend (some might be affiliate links):
🔥 PromptPerfect for prompt optimization: FOR 15% OFF; use this link and the code 'godago' at the checkout! ✅ https://bit.ly/42Grj64
🔥Text Blaze for quick prompt recall: https://textblaze.me/godago
🔥Learn Prompting https://bit.ly/3YvFids

Time Stamps:
00:00 You will never use ChatGPT the same
00:25 How it works (even with Free ChatGPT)
02:32 Use it with Custom Instructions
03:06 Real Magic with Code Interpreter (Now Advanced Data Analysis)
07:21 All the commands explained
09:05 How to Use it with ChatGPT Plugins

For editing videos, I use Descript (here is my affiliate link if you don't mind and would like to support my channel): https://www.descript.com/?lmref=U_q-Kw

Thank you so much for watching and joining me on this journey! Let me know in the comments what you would like to see more of in the future.
Bye!

4.2K 150

YouTube Video UCrWUuwQOvfBYi0JQzigbr_g_BL9x1SuNLRo

How to Turn ChatGPT into AutoGPT with 1 Prompt

Goda Go August 31, 2023 1:13 pm

ChatGPT just got much more useful: check out AutoGPT, a self-prompting upgrade. How does it work, what can it do and why do ...

ChatGPT just got much more useful: check out AutoGPT, a self-prompting upgrade. How does it work, what can it do and why do people call AutoGPT one of the best AI tools you can find? Check out our short breakdown of this amazing development, and see it put to use for yourself.

🍿 Love our content? Check out these recommended videos that we think you'll enjoy:
https://www.youtube.com/watch?v=Qj_rMjAvS8c&list=PLa8oKYy_2UcPsPsWZH9PoBaXjQurKS5VO&index=10
https://www.youtube.com/watch?v=BTwz-xtZVEI&list=PLa8oKYy_2UcPsPsWZH9PoBaXjQurKS5VO&index=5
https://www.youtube.com/watch?v=8jhspHdXGBQ&list=PLa8oKYy_2UcPsPsWZH9PoBaXjQurKS5VO&index=8

🔔 Don't wait to discover more exclusive content like this! Subscribe to @cybernews now and unlock a world of cybersecurity expertise and knowledge: https://www.youtube.com/c/CyberNews?sub_confirmation=1

🎪 Looking for entertainment and interesting stories? Check out our playlists filled with captivating content that will keep you entertained for hours:
https://www.youtube.com/playlist?list=PLa8oKYy_2UcNWMp91QuENBVLtv2HimUUB
https://www.youtube.com/playlist?list=PLa8oKYy_2UcMmqPRg4X95LTWO9HxFQR35
https://www.youtube.com/playlist?list=PLa8oKYy_2UcNqsnRRwfWT3raZOG4Ey44I

🎓 Are you interested in cybersecurity and other related topics? Our playlists are filled with valuable information that can help you stay informed and protected online:
https://www.youtube.com/playlist?list=PLa8oKYy_2UcNMx90wheNsTRpCbIrCPOcH
https://www.youtube.com/playlist?list=PLa8oKYy_2UcNJEI3NvVflkamI-m-RTN-s

📰 Stay up-to-date with the latest cybersecurity news and trends by checking out our curated news playlist. We cover the latest threats, trends, and insights from the world of cybersecurity:
https://www.youtube.com/playlist?list=PLa8oKYy_2UcOv27VEdZYZpFXcoxVcI11h

🔍 Keep your online accounts secure by checking for password leaks with our free password leak checker tool: https://cnews.link/passwordcheck

🥷 Want to keep your online activities private and secure? Our top picks for the best VPNs can help - check out our in-depth reviews and start browsing with peace of mind today:
https://www.youtube.com/playlist?list=PLa8oKYy_2UcMX3e69tgYfPtEfPWunjjKE

ℹ️ About us
We are an independent news outlet with a YouTube channel that posts cybersecurity & tech news videos daily. Our foremost concern is the safety and security of our viewers around the world. We remain vigilant on the issue of hacking and will provide updates as they become available. A number of our investigations and reports have been featured by industry-related publications and global news leaders like Forbes, PC mag, and Techradar.

💌 Stay up-to-date on the latest cybersecurity trends and news by subscribing to our Cybernews newsletter: https://cnews.link/newsletter/

🛍️ Show your support for our channel and stay stylish with our exclusive merch. Check out our shop to find the perfect Cybernews gear for you: https://cnews.link/merch/

🌐 Looking for even more cybersecurity insights and resources? Visit our website for exclusive content, expert advice, and more: https://cnews.link/website/

💬 Stay connected with us on social media for the latest news, insights, and discussions around cybersecurity: https://linktr.ee/Cybernews

#ai #chatgpt #autogpt

180 10

YouTube Video UCCsREoj8rSRkEvxWqxr74rQ_-N5Rhx-1K7w

What is AutoGPT? Explained in 2 minutes

CyberNews May 18, 2023 8:00 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