monra commited on
Commit
1d3f458
β€’
1 Parent(s): 70422d8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -0
README.md CHANGED
@@ -27,6 +27,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 +68,21 @@ or
67
  ```
68
  http://172.17.0.2:1338
69
  ```
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
70
 
71
  ## Docker 🐳
72
  ### Prerequisites
 
27
 
28
  - [x] Integrate the free GPT API into the WebUI
29
  - [x] Create Docker support
30
+ - [x] Auto Proxy
31
  - [ ] Add the GPT-4 model
32
  - [ ] Enhance the user interface
33
  - [ ] Improve the Jailbreak functionality
 
68
  ```
69
  http://172.17.0.2:1338
70
  ```
71
+ ## Auto Proxy πŸ”‘
72
+ The application includes an auto proxy feature that allows it to work with multiple free proxy servers.
73
+ The freeGPT API refuses some connections, especially when hosted in the cloud (Azure, AWS, Google Cloud).
74
+ Auto proxy solves this problem automatically for you.
75
+ When enabled, the application will automatically fetch and test proxy servers, updating the list of working proxies every 30 minutes.
76
+
77
+ ### Enable
78
+ To enable it, just go to the `config.json` file and change the value of the "use_auto_proxy" to `true`.
79
+
80
+ ```
81
+ "use_auto_proxy": true
82
+ ```
83
+ ![use-auto-proxy-gif](https://github.com/ramonvc/gptfree-jailbreak-webui/assets/13617054/f83c6217-411c-404c-9f4c-8ae700a486d1)
84
+
85
+
86
 
87
  ## Docker 🐳
88
  ### Prerequisites