monra commited on
Commit
aa716d8
β€’
1 Parent(s): c05f371

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -5
README.md CHANGED
@@ -1,11 +1,11 @@
1
  # freeGPT WebUI
2
-
3
- _with Jailbreak_ :unlock:
4
 
 
5
 
6
  This project showcases an unlocked version of ChatGPT with WebUI. <br>
7
  Experience the power of ChatGPT with a user-friendly interface, completely free. <br> <br>
8
- <strong>NOT REQUIRE ANY API KEY</strong> βŒπŸ”‘
9
 
10
  ## Table of Contents
11
  - [To-Do List](#to-do-list-%EF%B8%8F)
@@ -31,13 +31,14 @@ Experience the power of ChatGPT with a user-friendly interface, completely free.
31
  - [x] Create Docker support
32
  - [x] Auto Proxy
33
  - [x] Improve the Jailbreak functionality
34
- - [ ] Add the GPT-4 model
35
  - [ ] Enhance the user interface
36
  - [ ] Enable editing and creating Jailbreaks in the WebUI
37
  - [ ] Migrate the interface to React.js (?)
38
 
39
  ## Getting Started :white_check_mark:
40
- To get started with this project, you'll need to clone the repository and have [Python](https://www.python.org/downloads/) installed on your system.
 
41
 
42
  ### Cloning the Repository :inbox_tray:
43
  Run the following command to clone the repository:
@@ -52,6 +53,11 @@ Navigate to the project directory:
52
  cd gptfree-jailbreak-webui
53
  ```
54
 
 
 
 
 
 
55
  Install the dependencies:
56
  ```
57
  pip install -r requirements.txt
 
1
  # freeGPT WebUI
2
+ GPT-3 / GPT-4
 
3
 
4
+ _with Jailbreak_ :unlock:
5
 
6
  This project showcases an unlocked version of ChatGPT with WebUI. <br>
7
  Experience the power of ChatGPT with a user-friendly interface, completely free. <br> <br>
8
+ ❌ <strong>NOT REQUIRE ANY API KEY</strong> πŸ”‘
9
 
10
  ## Table of Contents
11
  - [To-Do List](#to-do-list-%EF%B8%8F)
 
31
  - [x] Create Docker support
32
  - [x] Auto Proxy
33
  - [x] Improve the Jailbreak functionality
34
+ - [X] Add the GPT-4 model
35
  - [ ] Enhance the user interface
36
  - [ ] Enable editing and creating Jailbreaks in the WebUI
37
  - [ ] Migrate the interface to React.js (?)
38
 
39
  ## Getting Started :white_check_mark:
40
+ To get started with this project, you'll need to clone the repository and have [Python](https://www.python.org/downloads/) and
41
+ [Node.js](https://nodejs.org/en/download) installed on your system.
42
 
43
  ### Cloning the Repository :inbox_tray:
44
  Run the following command to clone the repository:
 
53
  cd gptfree-jailbreak-webui
54
  ```
55
 
56
+ Install Yarn:
57
+ ```
58
+ npm install --global yarn
59
+ ```
60
+
61
  Install the dependencies:
62
  ```
63
  pip install -r requirements.txt