monra commited on
Commit
421ae07
β€’
2 Parent(s): 27d38df f082777

Merge branch 'main' of https://github.com/ramonvc/gptfree-jailbreak-webui

Browse files
Files changed (1) hide show
  1. README.md +15 -6
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
@@ -122,7 +128,10 @@ I highly recommend visiting and supporting both projects.
122
  The application interface was incorporated from the [chatgpt-clone](https://github.com/xtekky/chatgpt-clone) repository.
123
 
124
  ### API FreeGPT
125
- The free GPT API was incorporated from the [freeGPT](https://github.com/Ruu3f/freeGPT) repository.
 
 
 
126
 
127
  <br>
128
 
 
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
 
128
  The application interface was incorporated from the [chatgpt-clone](https://github.com/xtekky/chatgpt-clone) repository.
129
 
130
  ### API FreeGPT
131
+ The free GPT-3.5 API was incorporated from the [freeGPT](https://github.com/Ruu3f/freeGPT) repository.
132
+
133
+ ### API GPT4Free
134
+ The free GPT-4 API was incorporated from the [GPT4Free](https://github.com/xiangsx/gpt4free-ts) repository.
135
 
136
  <br>
137