An evolution of ChatGPT? How to use AutoGPT

What is AutoGPT

The first choice is to introduce to you, the difference between ChatGPT and AutoGPT

At present, AutoGPT is called the artificial intelligence closest to AGI. Is it an evolution of ChatGPT?

"ChatGPT" = can only provide information before September 2021, so you ask it to tell me today's weather, it can't answer

"AutoGPT" = use ChatGPT's API, you can link to the Internet and search for information by yourself

things that can be done

1. You can collect information by searching online by yourself (ChatGPT can only provide information before September 2021, and you cannot search online by yourself at present)

2. It can save the searched content and information, which is equivalent to having a memory function

3. You can save the information to the file

As long as humans provide it with "tasks, goals, and end points", it will search and complete tasks on the Internet in order to achieve tasks

How to install AutoGPT?

First open the Github link below

github.com/Torantulino/

Brush to the bottom, installa

Copy 1: git


of the computer, clone the copied git

Hit the Enter button after pasting

2, also copy 2: cd 'Auto-GPT' and paste it into the terminal

3. Also copy 3:pip install -r requirements.txt and paste it into the terminal

So first download pythons

Then open visual studio code

There is AUTO-GPT related content


Click in.env

Get it first from the URL below, Pinecone's API

https://www.pinecone.io

Register an account and get API

After copying PAI Keys here

Return to visual studio code

Paste the API after (PINECONE_API_KEY=)

Then get the OpenAI API Key

URL: https://platform.openai.com

Also paste after the (OPENAI=) equal sign

Here we also add ELEVENLABS API in order to allow GPT to communicate in language

URL: https://beta.elevenlabs.io

This is a software for AI voice

Get API Key from Profile






return to visual studio code


In ELEVENLABS_API_KEY= (paste API Key)


After that, I also want to link GPT to Google, and get Google's API below


URL link: console.cloud.google.com/welcome?project=high-unity-383319&pli=1


Create an unorganized latest project





After APIs and services, select "Library"

Enter custom search api

management later


Select Credentials


create credentials

API key

After copying the key, go back to visual studio code

Paste after (GOOGLE_API_KEY=)

Added later, ID of CUSTOM_SEARCH_ENGINE_ID

URL: https://programmablesearchengine.google.com/about/

Search Yinzhang and enter autoGPT

Choose to search the entire web


then click create

After copying the generated ID, go back to visual studio code and paste

It's all over here, thank you

Then click on main.py in scripts

If you come out with this welcome back, it means success

then tell the AI

1. Give it a name

2. Tasks

3. Target

4. Then the end point

Then enter n below and press enter, then use y, n to command AutoGPT

Guess you like

Origin blog.csdn.net/u014541881/article/details/130422230