Skip to content

Commit 995f2a4

Browse files
committedApr 19, 2023
✨ [Feature] Modification Readme
1 parent 2b830be commit 995f2a4

File tree

1 file changed

+28
-10
lines changed

1 file changed

+28
-10
lines changed
 

‎README.md

+28-10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,31 @@
1+
# Auto-GPT-WebUI
2+
3+
This project is a fork from [Significant-Gravitas/Auto-GPT](
4+
https://github.com/Significant-Gravitas/Auto-GPT) and is a web interface for the Auto-GPT project.
5+
6+
## Getting Started
7+
8+
### Prerequisites
9+
10+
```sh
11+
npm install -g vite
12+
```
13+
14+
### Installing
15+
16+
```sh
17+
cd front
18+
yarn install
19+
```
20+
21+
### Running
22+
23+
```sh
24+
# in front/
25+
vite
26+
```
27+
28+
129
# Auto-GPT: An Autonomous GPT-4 Experiment
230
[![Unit Tests](https://img.shields.io/github/actions/workflow/status/Significant-Gravitas/Auto-GPT/ci.yml?label=unit%20tests)](https://github.com/Significant-Gravitas/Auto-GPT/actions/workflows/ci.yml)
331
[![Discord Follow](https://dcbadge.vercel.app/api/server/autogpt?style=flat)](https://discord.gg/autogpt)
@@ -130,11 +158,6 @@ _To execute the following commands, open a CMD, Bash, or Powershell window by na
130158
```
131159
- Details can be found here: https://pypi.org/project/openai/ in the `Microsoft Azure Endpoints` section and here: https://learn.microsoft.com/en-us/azure/cognitive-services/openai/tutorials/embeddings?tabs=command-line for the embedding model.
132160

133-
5. Navigate to /front folder and install yarn dependencies:
134-
```sh
135-
cd front
136-
yarn install
137-
```
138161
## 🔧 Usage
139162

140163
1. Run `autogpt` Python module in your terminal.
@@ -155,11 +178,6 @@ exit the program, or provide feedback to the AI.
155178

156179
2. After each of AUTO-GPT's actions, type "NEXT COMMAND" to authorise them to continue.
157180
3. To exit the program, type "exit" and press Enter.
158-
4. To use web ui run in front folder :
159-
```sh
160-
cd front
161-
vite
162-
```
163181
164182
### Logs
165183

0 commit comments

Comments
 (0)