From a2d5c013695c89bc64e8eb9e41f85633af06f109 Mon Sep 17 00:00:00 2001 From: Toran Bruce Richards Date: Tue, 28 Mar 2023 22:50:08 +0100 Subject: [PATCH 1/5] Update README.md Renames project to Auto-GPT and fixes broken git clone link. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7659de977..9015719d2 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -# Entrepreneur-GPT: An Autonomous GPT-4 Experiment +# Auto-GPT: An Autonomous GPT-4 Experiment ![GitHub Repo stars](https://img.shields.io/github/stars/Torantulino/entrepreneur-gpt?style=social) ![Twitter Follow](https://img.shields.io/twitter/follow/siggravitas?style=social) -Entrepreneur-GPT is an experimental open-source application showcasing the capabilities of the GPT-4 language model. This program, driven by GPT-4, autonomously develops and manages businesses to increase net worth. As one of the first examples of GPT-4 running fully autonomously, Entrepreneur-GPT pushes the boundaries of AI-assisted entrepreneurship. +Auto-GPT (formerly Entrepreneur-GPT) is an experimental open-source application showcasing the capabilities of the GPT-4 language model. This program, driven by GPT-4, autonomously develops and manages businesses to increase net worth. As one of the first examples of GPT-4 running fully autonomously, Entrepreneur-GPT pushes the boundaries of AI-assisted entrepreneurship. @@ -37,7 +37,7 @@ To install Entrepreneur-GPT, follow these steps: 1. Clone the repository: ``` -git clone https://github.com/siggravitas/entrepreneur-gpt.git +git clone https://github.com/Torantulino/auto-gpt.git ``` 2. Navigate to the project directory: From b43e23bec4ceec8f5a03145df0b2fe69e5d8df56 Mon Sep 17 00:00:00 2001 From: Toran Bruce Richards Date: Tue, 28 Mar 2023 22:53:12 +0100 Subject: [PATCH 2/5] Update README.md Updates cd command to fit new repo name. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9015719d2..801687bd9 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ git clone https://github.com/Torantulino/auto-gpt.git 2. Navigate to the project directory: ``` -cd entrepreneur-gpt +$ cd 'auto-gpt/AutonomousAI' ``` 3. Install the required dependencies: @@ -52,7 +52,7 @@ cd entrepreneur-gpt pip install -r requirements.txt ``` -4. Create a file named keys.py in the project directory and add your OpenAI API key: +4. Create a file named keys.py in the AutonomousAI directory and add your OpenAI API key: ``` OPENAI_API_KEY = "your_openai_api_key_here" ``` From 862b543b44025ba1bd367047677b06b04866b663 Mon Sep 17 00:00:00 2001 From: Toran Bruce Richards Date: Tue, 28 Mar 2023 22:58:42 +0100 Subject: [PATCH 3/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 801687bd9..8ea66a1c1 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ To install Entrepreneur-GPT, follow these steps: 1. Clone the repository: ``` -git clone https://github.com/Torantulino/auto-gpt.git +git clone https://github.com/Torantulino/Auto-GPT.git ``` 2. Navigate to the project directory: From 2ea3ca0e5c7badc89793a272af74f108b2efd7d0 Mon Sep 17 00:00:00 2001 From: Toran Bruce Richards Date: Tue, 28 Mar 2023 22:59:02 +0100 Subject: [PATCH 4/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8ea66a1c1..9b66972b7 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ git clone https://github.com/Torantulino/Auto-GPT.git 2. Navigate to the project directory: ``` -$ cd 'auto-gpt/AutonomousAI' +$ cd 'Auto-GPT/AutonomousAI' ``` 3. Install the required dependencies: From c63d5e425ea35c34f0f997591b688ddf9d2fa63e Mon Sep 17 00:00:00 2001 From: Toran Bruce Richards Date: Tue, 28 Mar 2023 23:00:15 +0100 Subject: [PATCH 5/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9b66972b7..e405ce382 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ OPENAI_API_KEY = "your_openai_api_key_here" ``` python main.py ``` -2. Follow the on-screen instructions to interact with the program. +2. After each of AUTO-GPT's actions, type "NEXT COMMAND" to authorise them to continue. 3. To exit the program, type "exit" and press Enter. ## ⚠️ Limitations