t.me/xtekky commited on
Commit
e91e1fb
·
unverified ·
2 Parent(s): 71f507e b0bfbf8

Merge pull request #130 from DanielShemesh/patch-1

Browse files
Files changed (1) hide show
  1. README.md +21 -24
README.md CHANGED
@@ -6,7 +6,7 @@ Have you ever come across some amazing projects that you couldn't use **just bec
6
 
7
  **We've got you covered!** This repository offers **reverse-engineered** third-party APIs for `GPT-4/3.5`, sourced from various websites. You can simply **download** this repository, and use the available modules, which are designed to be used **just like OpenAI's official package**. **Unleash ChatGPT's potential for your projects, now!** You are welcome ; ).
8
 
9
- By the way, thank you so much for `5.3k` stars and all the support!!
10
 
11
  ## Announcement
12
  Dear Gpt4free Community,
@@ -40,24 +40,24 @@ Please note the following:
40
 
41
 
42
  ## Table of Contents
43
-
44
- - [To do list](#todo)
45
- - [Current Sites](#current-sites)
46
- - [Best Sites for gpt4](#best-sites)
47
- - [How to install](#install)
48
- - [Legal Notice](#legal-notice)
49
- - [Copyright](#copyright)
50
-
51
-
52
- - [Usage Examples](./README.md)
53
- - [`quora (poe)`](./quora/README.md)
54
- - [`phind`](./phind/README.md)
55
- - [`t3nsor`](./t3nsor/README.md)
56
- - [`writesonic`](./writesonic/README.md)
57
- - [`you`](./you/README.md)
58
- - [`sqlchat`](./sqlchat/README.md)
59
-
60
- - [replit Example (feel free to fork this repl)](#replit)
61
 
62
 
63
  ## Todo <a name="todo"></a>
@@ -101,12 +101,12 @@ install requirements with:
101
  pip3 install -r requirements.txt
102
  ```
103
 
104
- ## To start gpt4free GUI
105
  move `streamlit_app.py` from `./gui` to the base folder
106
  then run:
107
  `streamlit run streamlit_app.py` or `python3 -m streamlit run streamlit_app.py`
108
 
109
- ## Docker
110
  Build
111
  ```
112
  docker build -t gpt4free:latest -f Docker/Dockerfile .
@@ -145,6 +145,3 @@ GNU General Public License for more details.
145
  You should have received a copy of the GNU General Public License
146
  along with this program. If not, see <https://www.gnu.org/licenses/>.
147
  ```
148
-
149
- ## replit
150
- You can fork this repl to host your own ChatGPT-clone WebUI. https://replit.com/@gpt4free/gpt4free-webui
 
6
 
7
  **We've got you covered!** This repository offers **reverse-engineered** third-party APIs for `GPT-4/3.5`, sourced from various websites. You can simply **download** this repository, and use the available modules, which are designed to be used **just like OpenAI's official package**. **Unleash ChatGPT's potential for your projects, now!** You are welcome ; ).
8
 
9
+ By the way, thank you so much for `6k` stars and all the support!!
10
 
11
  ## Announcement
12
  Dear Gpt4free Community,
 
40
 
41
 
42
  ## Table of Contents
43
+ | Section | Description | Link | Status |
44
+ | ------- | ----------- | ---- | ------ |
45
+ | **To do list** | List of tasks to be done | [![Link to Section](https://img.shields.io/badge/Link-Go%20to%20Section-blue)](#todo) | - |
46
+ | **Current Sites** | Current websites or platforms that can be used as APIs | [![Link to Section](https://img.shields.io/badge/Link-Go%20to%20Section-blue)](#current-sites) | - |
47
+ | **Best Sites for gpt4** | Recommended websites or platforms for gpt4 | [![Link to Section](https://img.shields.io/badge/Link-Go%20to%20Section-blue)](#best-sites) | - |
48
+ | **Streamlit GPT4Free GUI** | Web-based graphical user interface for interacting with gpt4free | [![Link to Section](https://img.shields.io/badge/Link-Go%20to%20Section-blue)](#streamlit-gpt4free-gui) | - |
49
+ | **Docker** | Instructions on how to run gpt4free in a Docker container | [![Link to Section](https://img.shields.io/badge/Link-Go%20to%20Section-blue)](#docker-instructions) | - |
50
+ | **ChatGPT clone** | A ChatGPT clone with new features and scalability | [![Link to Website](https://img.shields.io/badge/Link-Visit%20Site-blue)](https://chat.chatbot.sex/chat) | - |
51
+ | **How to install** | Instructions on how to install gpt4free | [![Link to Section](https://img.shields.io/badge/Link-Go%20to%20Section-blue)](#install) | - |
52
+ | **Legal Notice** | Legal notice or disclaimer | [![Link to Section](https://img.shields.io/badge/Link-Go%20to%20Section-blue)](#legal-notice) | - |
53
+ | **Copyright** | Copyright information | [![Link to Section](https://img.shields.io/badge/Link-Go%20to%20Section-blue)](#copyright) | - |
54
+ | **Usage Examples** | | | |
55
+ | `quora (poe)` | Example usage for quora | [![Link to File](https://img.shields.io/badge/Link-Go%20to%20File-blue)](./quora/README.md) | ![Active](https://img.shields.io/badge/Active-brightgreen) |
56
+ | `phind` | Example usage for phind | [![Link to File](https://img.shields.io/badge/Link-Go%20to%20File-blue)](./phind/README.md) | ![Inactive](https://img.shields.io/badge/Active-brightgreen) |
57
+ | `you` | Example usage for you | [![Link to File](https://img.shields.io/badge/Link-Go%20to%20File-blue)](./you/README.md) | ![Active](https://img.shields.io/badge/Active-brightgreen)
58
+ | **Try it Out** | | | |
59
+ | Google Colab Jupyter Notebook | Example usage for gpt4free | [![Open in Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/DanielShemesh/gpt4free-colab/blob/main/gpt4free.ipynb) | - |
60
+ | replit Example (feel free to fork this repl) | Example usage for gpt4free | [![](https://img.shields.io/badge/Open%20in-Replit-1A1E27?logo=replit)](https://replit.com/@gpt4free/gpt4free-webui) | - |
61
 
62
 
63
  ## Todo <a name="todo"></a>
 
101
  pip3 install -r requirements.txt
102
  ```
103
 
104
+ ## To start gpt4free GUI <a name="streamlit-gpt4free-gui"></a>
105
  move `streamlit_app.py` from `./gui` to the base folder
106
  then run:
107
  `streamlit run streamlit_app.py` or `python3 -m streamlit run streamlit_app.py`
108
 
109
+ ## Docker <a name="docker-instructions"></a>
110
  Build
111
  ```
112
  docker build -t gpt4free:latest -f Docker/Dockerfile .
 
145
  You should have received a copy of the GNU General Public License
146
  along with this program. If not, see <https://www.gnu.org/licenses/>.
147
  ```