From a34566b55bb719e729e95b082857e630c3ed8b6b Mon Sep 17 00:00:00 2001 From: Daniel Shemesh Date: Mon, 24 Apr 2023 22:15:43 +0300 Subject: Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 8b6b0bc7..4d1bc21d 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,8 @@ By the way, thank you so much for `2k` stars and all the support!! - [`you`](./you/README.md) - [`sqlchat`](./sqlchat/README.md) +- [replit Example (feel free to fork this repl)](#replit) + ## Todo - [ ] add a GUI for the repo @@ -93,6 +95,9 @@ Please note the following: 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. +## replit +You can fork this repl to host your own ChatGPT-clone WebUI. (https://replit.com/@gpt4free/gpt4free-webui) + ## Copyright: This program is licensed under the [GNU GPL v3](https://www.gnu.org/licenses/gpl-3.0.txt) -- cgit v1.2.3 From 8332af1181ee333a68a0d542ad045f94b42ea177 Mon Sep 17 00:00:00 2001 From: Daniel Shemesh Date: Mon, 24 Apr 2023 22:19:15 +0300 Subject: Update README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 4d1bc21d..4fd984c3 100644 --- a/README.md +++ b/README.md @@ -95,9 +95,6 @@ Please note the following: 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. -## replit -You can fork this repl to host your own ChatGPT-clone WebUI. (https://replit.com/@gpt4free/gpt4free-webui) - ## Copyright: This program is licensed under the [GNU GPL v3](https://www.gnu.org/licenses/gpl-3.0.txt) @@ -122,3 +119,5 @@ 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