monra commited on
Commit
6985818
β€’
1 Parent(s): 355bae1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -15
README.md CHANGED
@@ -1,11 +1,16 @@
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)
@@ -29,9 +34,9 @@ Experience the power of ChatGPT with a user-friendly interface, completely free.
29
 
30
  - [x] Integrate the free GPT API into the WebUI
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 (?)
@@ -53,11 +58,6 @@ Navigate to the project directory:
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
@@ -127,11 +127,8 @@ I highly recommend visiting and supporting both projects.
127
  ### WebUI
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
 
 
1
+ # FreeGPT WebUI
2
+ ## GPT 3.5/4
3
 
4
+ ❌ <strong>NOT REQUIRE ANY API KEY</strong> πŸ”‘
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
+
9
+ 🚧 Not working correctly:
10
+ - Auto Proxy
11
+ - Chat Context
12
+
13
+ _Coding to solve as quickly as possible_
14
 
15
  ## Table of Contents
16
  - [To-Do List](#to-do-list-%EF%B8%8F)
 
34
 
35
  - [x] Integrate the free GPT API into the WebUI
36
  - [x] Create Docker support
 
37
  - [x] Improve the Jailbreak functionality
38
  - [X] Add the GPT-4 model
39
+ - [ ] Auto Proxy
40
  - [ ] Enhance the user interface
41
  - [ ] Enable editing and creating Jailbreaks in the WebUI
42
  - [ ] Migrate the interface to React.js (?)
 
58
  cd gptfree-jailbreak-webui
59
  ```
60
 
 
 
 
 
 
61
  Install the dependencies:
62
  ```
63
  pip install -r requirements.txt
 
127
  ### WebUI
128
  The application interface was incorporated from the [chatgpt-clone](https://github.com/xtekky/chatgpt-clone) repository.
129
 
130
+ ### API G4F
131
+ The free GPT-4 API was incorporated from the [GPT4Free](https://github.com/xtekky/gpt4free) repository.
 
 
 
132
 
133
  <br>
134