Spaces:
Paused
Paused
Merge branch 'main' of https://github.com/ramonvc/gptfree-jailbreak-webui
Browse files
README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
#
|
| 2 |
This project showcases an unlocked version of ChatGPT with WebUI. <br> π <strong>NOT REQUIRE ANY API KEY</strong> π <br>
|
| 3 |
Experience the power of ChatGPT with a user-friendly interface, completely free of charge.
|
| 4 |
|
|
@@ -12,11 +12,13 @@ The application interface was incorporated from the [chatgpt-clone](https://gith
|
|
| 12 |
The free GPT API was incorporated from the [freeGPT](https://github.com/Ruu3f/freeGPT) repository.
|
| 13 |
|
| 14 |
## Table of Contents
|
| 15 |
-
- [To-Do List](#to-do-list)
|
| 16 |
- [Getting Started](#getting-started-white_check_mark)
|
| 17 |
- [Cloning the Repository](#cloning-the-repository-inbox_tray)
|
| 18 |
- [Install Dependencies](#install-dependencies-wrench)
|
| 19 |
- [Running the Application](#running-the-application-rocket)
|
|
|
|
|
|
|
| 20 |
- [Docker](#docker-)
|
| 21 |
- [Prerequisites](#prerequisites)
|
| 22 |
- [Running the Docker](#running-the-docker)
|
|
@@ -27,6 +29,7 @@ The free GPT API was incorporated from the [freeGPT](https://github.com/Ruu3f/fr
|
|
| 27 |
|
| 28 |
- [x] Integrate the free GPT API into the WebUI
|
| 29 |
- [x] Create Docker support
|
|
|
|
| 30 |
- [ ] Add the GPT-4 model
|
| 31 |
- [ ] Enhance the user interface
|
| 32 |
- [ ] Improve the Jailbreak functionality
|
|
@@ -67,6 +70,21 @@ or
|
|
| 67 |
```
|
| 68 |
http://172.17.0.2:1338
|
| 69 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 70 |
|
| 71 |
## Docker π³
|
| 72 |
### Prerequisites
|
|
|
|
| 1 |
+
# freeGPT WebUI with Jailbreak :unlock:
|
| 2 |
This project showcases an unlocked version of ChatGPT with WebUI. <br> π <strong>NOT REQUIRE ANY API KEY</strong> π <br>
|
| 3 |
Experience the power of ChatGPT with a user-friendly interface, completely free of charge.
|
| 4 |
|
|
|
|
| 12 |
The free GPT API was incorporated from the [freeGPT](https://github.com/Ruu3f/freeGPT) repository.
|
| 13 |
|
| 14 |
## Table of Contents
|
| 15 |
+
- [To-Do List](#to-do-list-%EF%B8%8F)
|
| 16 |
- [Getting Started](#getting-started-white_check_mark)
|
| 17 |
- [Cloning the Repository](#cloning-the-repository-inbox_tray)
|
| 18 |
- [Install Dependencies](#install-dependencies-wrench)
|
| 19 |
- [Running the Application](#running-the-application-rocket)
|
| 20 |
+
- [Auto Proxy](#auto-proxy-)
|
| 21 |
+
- [Enable Auto Proxy](#enable-auto-proxy)
|
| 22 |
- [Docker](#docker-)
|
| 23 |
- [Prerequisites](#prerequisites)
|
| 24 |
- [Running the Docker](#running-the-docker)
|
|
|
|
| 29 |
|
| 30 |
- [x] Integrate the free GPT API into the WebUI
|
| 31 |
- [x] Create Docker support
|
| 32 |
+
- [x] Auto Proxy
|
| 33 |
- [ ] Add the GPT-4 model
|
| 34 |
- [ ] Enhance the user interface
|
| 35 |
- [ ] Improve the Jailbreak functionality
|
|
|
|
| 70 |
```
|
| 71 |
http://172.17.0.2:1338
|
| 72 |
```
|
| 73 |
+
## Auto Proxy π
|
| 74 |
+
The application includes an auto proxy feature that allows it to work with multiple free proxy servers.
|
| 75 |
+
The freeGPT API refuses some connections, especially when hosted in the cloud (Azure, AWS, Google Cloud).
|
| 76 |
+
Auto proxy solves this problem automatically for you.
|
| 77 |
+
When enabled, the application will automatically fetch and test proxy servers, updating the list of working proxies every 30 minutes.
|
| 78 |
+
|
| 79 |
+
### Enable Auto Proxy
|
| 80 |
+
To enable it, just go to the `config.json` file and change the value of the "use_auto_proxy" to `true`.
|
| 81 |
+
|
| 82 |
+
```
|
| 83 |
+
"use_auto_proxy": true
|
| 84 |
+
```
|
| 85 |
+

|
| 86 |
+
|
| 87 |
+
|
| 88 |
|
| 89 |
## Docker π³
|
| 90 |
### Prerequisites
|