From c50cca38709f86bd9222749be3da01bd6add8b8c Mon Sep 17 00:00:00 2001 From: Daniel Shemesh Date: Tue, 25 Apr 2023 20:59:40 +0300 Subject: Update README.md --- README.md | 48 +++++++++++++++++++++++++----------------------- 1 file changed, 25 insertions(+), 23 deletions(-) diff --git a/README.md b/README.md index d546c68a..b8e2cc44 100644 --- a/README.md +++ b/README.md @@ -10,24 +10,28 @@ By the way, thank you so much for `5k` stars and all the support!! ## Table of Contents - -- [To do list](#todo) -- [Current Sites](#current-sites) -- [Best Sites for gpt4](#best-sites) -- [How to install](#install) -- [Legal Notice](#legal-notice) -- [Copyright](#copyright) - - -- [Usage Examples](./README.md) - - [`quora (poe)`](./quora/README.md) - - [`phind`](./phind/README.md) - - [`t3nsor`](./t3nsor/README.md) - - [`writesonic`](./writesonic/README.md) - - [`you`](./you/README.md) - - [`sqlchat`](./sqlchat/README.md) - -- [replit Example (feel free to fork this repl)](#replit) +| Section | Description | Link | Status | +| ------- | ----------- | ---- | ------ | +| **To do list** | List of tasks to be done | [![Link to Section](https://img.shields.io/badge/Link-Go%20to%20Section-blue)](#todo) | - | +| **Current Sites** | Current websites or platforms related to gpt4free | [![Link to Section](https://img.shields.io/badge/Link-Go%20to%20Section-blue)](#current-sites) | - | +| **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) | - | +| **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) | - | +| **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) | - | +| **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) | - | +| **How to install** | Instructions on how to install gpt4free | [![Link to Section](https://img.shields.io/badge/Link-Go%20to%20Section-blue)](#install) | - | +| **Legal Notice** | Legal notice or disclaimer | [![Link to Section](https://img.shields.io/badge/Link-Go%20to%20Section-blue)](#legal-notice) | - | +| **Copyright** | Copyright information | [![Link to Section](https://img.shields.io/badge/Link-Go%20to%20Section-blue)](#copyright) | - | +| **Usage Examples** | | | | +| `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) | +| `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/Inactive-lightgrey) | +| `t3nsor` | Example usage for t3nsor | [![Link to File](https://img.shields.io/badge/Link-Go%20to%20File-blue)](./t3nsor/README.md) | ![Inactive](https://img.shields.io/badge/Inactive-lightgrey) | +| `ora` | Example usage for ora | [![Link to File](https://img.shields.io/badge/Link-Go%20to%20File-blue)](./ora/README.md) | ![Inactive](https://img.shields.io/badge/Inactive-lightgrey) | +| `writesonic` | Example usage for writesonic | [![Link to File](https://img.shields.io/badge/Link-Go%20to%20File-blue)](./writesonic/README.md) | ![Inactive](https://img.shields.io/badge/Inactive-lightgrey) | +| `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) +| `sqlchat` | Example usage for sqlchat | [![Link to File](https://img.shields.io/badge/Link-Go%20to%20File-blue)](./sqlchat/README.md) | ![Inactive](https://img.shields.io/badge/Inactive-lightgrey) | +| **Try it Out** | | | | +| 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) | - | +| 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) | - | ## Todo @@ -43,6 +47,7 @@ By the way, thank you so much for `5k` stars and all the support!! | Website | Model(s) | | ---------------------------------------------------- | ------------------------------- | +| [ora.sh](https://ora.sh) | GPT-3.5 / 4 | | [poe.com](https://poe.com) | GPT-4/3.5 | | [writesonic.com](https://writesonic.com) | GPT-3.5 / Internet | | [t3nsor.com](https://t3nsor.com) | GPT-3.5 | @@ -71,12 +76,12 @@ install requirements with: pip3 install -r requirements.txt ``` -## To start gpt4free GUI +## To start gpt4free GUI move `streamlit_app.py` from `./gui` to the base folder then run: `streamlit run streamlit_app.py` or `python3 -m streamlit run streamlit_app.py` -## Docker +## Docker Build ``` docker build -t gpt4free:latest -f Docker/Dockerfile . @@ -127,6 +132,3 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . ``` - -## replit -You can fork this repl to host your own ChatGPT-clone WebUI. https://replit.com/@gpt4free/gpt4free-webui -- cgit v1.2.3 From e6e3377437f444dc7b83d21522a5c4ea27772b9d Mon Sep 17 00:00:00 2001 From: Daniel Shemesh Date: Tue, 25 Apr 2023 23:54:05 +0300 Subject: Update README.md removed ora.sh + changed phind to active --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index b8e2cc44..7d351994 100644 --- a/README.md +++ b/README.md @@ -23,9 +23,8 @@ By the way, thank you so much for `5k` stars and all the support!! | **Copyright** | Copyright information | [![Link to Section](https://img.shields.io/badge/Link-Go%20to%20Section-blue)](#copyright) | - | | **Usage Examples** | | | | | `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) | -| `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/Inactive-lightgrey) | +| `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) | | `t3nsor` | Example usage for t3nsor | [![Link to File](https://img.shields.io/badge/Link-Go%20to%20File-blue)](./t3nsor/README.md) | ![Inactive](https://img.shields.io/badge/Inactive-lightgrey) | -| `ora` | Example usage for ora | [![Link to File](https://img.shields.io/badge/Link-Go%20to%20File-blue)](./ora/README.md) | ![Inactive](https://img.shields.io/badge/Inactive-lightgrey) | | `writesonic` | Example usage for writesonic | [![Link to File](https://img.shields.io/badge/Link-Go%20to%20File-blue)](./writesonic/README.md) | ![Inactive](https://img.shields.io/badge/Inactive-lightgrey) | | `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) | `sqlchat` | Example usage for sqlchat | [![Link to File](https://img.shields.io/badge/Link-Go%20to%20File-blue)](./sqlchat/README.md) | ![Inactive](https://img.shields.io/badge/Inactive-lightgrey) | @@ -47,7 +46,6 @@ By the way, thank you so much for `5k` stars and all the support!! | Website | Model(s) | | ---------------------------------------------------- | ------------------------------- | -| [ora.sh](https://ora.sh) | GPT-3.5 / 4 | | [poe.com](https://poe.com) | GPT-4/3.5 | | [writesonic.com](https://writesonic.com) | GPT-3.5 / Internet | | [t3nsor.com](https://t3nsor.com) | GPT-3.5 | -- cgit v1.2.3 From 197391d3e82d58f8be5aae27af390d919be154d7 Mon Sep 17 00:00:00 2001 From: Daniel Shemesh Date: Tue, 25 Apr 2023 23:58:40 +0300 Subject: Update README.md removed APIs that were removed from repo (writesonic, sqlchat, t3nsor) --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index 7d351994..5c600c35 100644 --- a/README.md +++ b/README.md @@ -24,10 +24,7 @@ By the way, thank you so much for `5k` stars and all the support!! | **Usage Examples** | | | | | `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) | | `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) | -| `t3nsor` | Example usage for t3nsor | [![Link to File](https://img.shields.io/badge/Link-Go%20to%20File-blue)](./t3nsor/README.md) | ![Inactive](https://img.shields.io/badge/Inactive-lightgrey) | -| `writesonic` | Example usage for writesonic | [![Link to File](https://img.shields.io/badge/Link-Go%20to%20File-blue)](./writesonic/README.md) | ![Inactive](https://img.shields.io/badge/Inactive-lightgrey) | | `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) -| `sqlchat` | Example usage for sqlchat | [![Link to File](https://img.shields.io/badge/Link-Go%20to%20File-blue)](./sqlchat/README.md) | ![Inactive](https://img.shields.io/badge/Inactive-lightgrey) | | **Try it Out** | | | | | 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) | - | | 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) | - | -- cgit v1.2.3 From 7700f9284019d5abd1346db4e7402c4418f5460e Mon Sep 17 00:00:00 2001 From: Daniel Shemesh Date: Wed, 26 Apr 2023 01:32:24 +0300 Subject: Update README.md (added announcement) added announcement --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index 5c600c35..062b8871 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,23 @@ Have you ever come across some amazing projects that you couldn't use **just bec By the way, thank you so much for `5k` stars and all the support!! +## Announcement +Dear Gpt4free Community, + +I want to thank you for your interest in and support of this project, which I only intended to be for entertainment and educational purposes; I had no idea it would end up being so popular. + +I'm aware of the concerns about the project's legality and its impact on smaller sites hosting APIs. I take these concerns seriously and plan to address them. + +Here's what I'm doing to fix these issues: + +1. Removing APIs from smaller sites: To reduce the impact on smaller sites, I have removed their APIs from the repository. Please shoot me a dm if you are an owner of a site and want it removed. + +2. Commitment to ethical use: I want to emphasize my commitment to promoting ethical use of language models. I don't support any illegal or unethical behavior, and I expect users to follow the same principles. + +Thank you for your support and understanding. I appreciate your continued interest in gpt4free and am committed to addressing your concerns. + +Sincerely, +xtekky ## Table of Contents | Section | Description | Link | Status | -- cgit v1.2.3 From bede76377b181c96e403868f8ec34620f340a90e Mon Sep 17 00:00:00 2001 From: Daniel Shemesh Date: Wed, 26 Apr 2023 01:40:31 +0300 Subject: Update README.md Updated star count --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 062b8871..45896d47 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Have you ever come across some amazing projects that you couldn't use **just bec **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 ; ). -By the way, thank you so much for `5k` stars and all the support!! +By the way, thank you so much for `5.3k` stars and all the support!! ## Announcement Dear Gpt4free Community, -- cgit v1.2.3 From f57b949d308ebc5376d2b962e9f051a4f32e4390 Mon Sep 17 00:00:00 2001 From: Daniel Shemesh Date: Wed, 26 Apr 2023 01:49:08 +0300 Subject: Update README.md added legal notice --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 3fd3a7dc..24cf394f 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,19 @@ Thank you for your support and understanding. I appreciate your continued intere Sincerely, xtekky +## Legal Notice + +This repository uses third-party APIs and AI models and is *not* associated with or endorsed by the API providers or the original developers of the models. This project is intended **for educational purposes only**. + +Please note the following: + +1. **Disclaimer**: The APIs, services, and trademarks mentioned in this repository belong to their respective owners. This project is *not* claiming any right over them. + +2. **Responsibility**: The author of this repository is *not* responsible for any consequences arising from the use or misuse of this repository or the content provided by the third-party APIs and any damage or losses caused by users' actions. + +3. **Educational Purposes Only**: This repository and its content are provided strictly for educational purposes. By using the information and code provided, users acknowledge that they are using the APIs and models at their own risk and agree to comply with any applicable laws and regulations. + + ## Table of Contents | Section | Description | Link | Status | | ------- | ----------- | ---- | ------ | -- cgit v1.2.3 From 20abe040494140b4b3a8afbb7479b8b882bade3e Mon Sep 17 00:00:00 2001 From: Daniel Shemesh Date: Wed, 26 Apr 2023 02:05:32 +0300 Subject: Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 24cf394f..b2152e96 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ Please note the following: | Section | Description | Link | Status | | ------- | ----------- | ---- | ------ | | **To do list** | List of tasks to be done | [![Link to Section](https://img.shields.io/badge/Link-Go%20to%20Section-blue)](#todo) | - | -| **Current Sites** | Current websites or platforms related to gpt4free | [![Link to Section](https://img.shields.io/badge/Link-Go%20to%20Section-blue)](#current-sites) | - | +| **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) | - | | **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) | - | | **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) | - | | **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) | - | -- cgit v1.2.3 From 56813e0ebcdc3837faae2b4e7cf4b3ae624c0482 Mon Sep 17 00:00:00 2001 From: Daniel Shemesh Date: Wed, 26 Apr 2023 02:07:18 +0300 Subject: Update README.md Stars count --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b2152e96..975bed85 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Have you ever come across some amazing projects that you couldn't use **just bec **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 ; ). -By the way, thank you so much for `5.3k` stars and all the support!! +By the way, thank you so much for `5.4k` stars and all the support!! ## Announcement Dear Gpt4free Community, -- cgit v1.2.3 From 54d343aa717f2d623473f2fc3006df6dffa32390 Mon Sep 17 00:00:00 2001 From: Daniel Shemesh Date: Wed, 26 Apr 2023 08:19:41 +0300 Subject: Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 975bed85..c74c7bfe 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ By the way, thank you so much for `5.4k` stars and all the support!! ## Announcement Dear Gpt4free Community, -I want to thank you for your interest in and support of this project, which I only intended to be for entertainment and educational purposes; I had no idea it would end up being so popular. +I want to thank you for your interest in and support of this project, which I only intended to be for entertainment and educational purposes; I had no idea it would end up being so well-liked so popular. I'm aware of the concerns about the project's legality and its impact on smaller sites hosting APIs. I take these concerns seriously and plan to address them. -- cgit v1.2.3 From 06b89317ae3bf6a91331738e8264db20e61c8ea2 Mon Sep 17 00:00:00 2001 From: Daniel Shemesh Date: Wed, 26 Apr 2023 08:21:34 +0300 Subject: Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c74c7bfe..975bed85 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ By the way, thank you so much for `5.4k` stars and all the support!! ## Announcement Dear Gpt4free Community, -I want to thank you for your interest in and support of this project, which I only intended to be for entertainment and educational purposes; I had no idea it would end up being so well-liked so popular. +I want to thank you for your interest in and support of this project, which I only intended to be for entertainment and educational purposes; I had no idea it would end up being so popular. I'm aware of the concerns about the project's legality and its impact on smaller sites hosting APIs. I take these concerns seriously and plan to address them. -- cgit v1.2.3 From b0bfbf8fdc13b251f4da8c7370b0a90307c350ad Mon Sep 17 00:00:00 2001 From: Daniel Shemesh Date: Wed, 26 Apr 2023 08:23:09 +0300 Subject: Update README.md Star count --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 975bed85..26ae7bd7 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Have you ever come across some amazing projects that you couldn't use **just bec **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 ; ). -By the way, thank you so much for `5.4k` stars and all the support!! +By the way, thank you so much for `6k` stars and all the support!! ## Announcement Dear Gpt4free Community, -- cgit v1.2.3