Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
@@ -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)
|
@@ -74,7 +76,7 @@ The freeGPT API refuses some connections, especially when hosted in the cloud (A
|
|
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 |
```
|
|
|
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)
|
|
|
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 |
```
|