From a9d4b38a7e5352a662f81f0956b6d960ea59269a Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Mon, 24 Apr 2023 02:24:50 +0900 Subject: Update README.md github -> GitHub --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 0bc18fbe..e401ac26 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ By the way, thank you so much for `2k` stars and all the support !! - why ? its not sure if they use gpt, but rather claude but they have an amazing search and good reasoning model ## Install -- download or clone this github repo +- download or clone this GitHub repo install requirements with: ```sh -- cgit v1.2.3 From 027cc87505f0f324883d2a946c1a967a8c901c5e Mon Sep 17 00:00:00 2001 From: "t.me/xtekky" <98614666+xtekky@users.noreply.github.com> Date: Sun, 23 Apr 2023 19:08:50 +0100 Subject: to do list --- README.md | 21 ++++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index e401ac26..154d7297 100644 --- a/README.md +++ b/README.md @@ -8,14 +8,10 @@ Have you ever come across some amazing projects that you couldnt use **just beca By the way, thank you so much for `2k` stars and all the support !! -## Chatgpt clone -> https://chat.chatbot.sex/chat -> This site was developed by me and includes **gpt-4/3.5**, **internet access** and **gpt-jailbreak's** like DAN -> run locally here: https://github.com/xtekky/chatgpt-clone - ## Table of Contents +- [To do list](#todo) - [Current Sites](#current-sites) - [Best Sites for gpt4](#best-sites) - [How to intall](#install) @@ -31,6 +27,15 @@ By the way, thank you so much for `2k` stars and all the support !! - [`writesonic`](./writesonic/README.md) - [`you`](./you/README.md) - [`sqlchat`](./sqlchat/README.md) + +## Todo + +- [ ] add a GUI for the repo +- [ ] make a general package like `openai_rev`, instead of different folders +- [ ] live api status to know which are down and which can be used +- [ ] integrate more api's in `./unfinished` aswell as other ones in the lists +- [ ] make an api to use as proxy for other projects +- [ ] make a pypi package ## Current Sites @@ -70,6 +75,12 @@ install requirements with: pip3 install -r requirements.txt ``` +## Chatgpt clone +> currently implementing new features and trying to scale it, please be patient it may be unstable +> https://chat.chatbot.sex/chat +> This site was developed by me and includes **gpt-4/3.5**, **internet access** and **gpt-jailbreak's** like DAN +> run locally here: https://github.com/xtekky/chatgpt-clone + ## 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**. -- cgit v1.2.3 From 5f93e91c35467cd72b2f9c6c1d1b76482e4d3d26 Mon Sep 17 00:00:00 2001 From: Will H <76015073+Whoffie@users.noreply.github.com> Date: Sun, 23 Apr 2023 19:25:28 -0500 Subject: Grammar suggestions in README --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 154d7297..c95399f0 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ -# Gpt4free - use chatgpt, for free !! +# GPT4free - use ChatGPT, for free!! image -Have you ever come across some amazing projects that you couldnt use **just because you didn't have an OpenAI API key ?** +Have you ever come across some amazing projects that you couldnt use **just because you didn't have an OpenAI API key?** -**We've got u 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 ; ). +**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 `2k` stars and all the support !! +By the way, thank you so much for `2k` stars and all the support!! ## Table of Contents @@ -75,7 +75,7 @@ install requirements with: pip3 install -r requirements.txt ``` -## Chatgpt clone +## ChatGPT clone > currently implementing new features and trying to scale it, please be patient it may be unstable > https://chat.chatbot.sex/chat > This site was developed by me and includes **gpt-4/3.5**, **internet access** and **gpt-jailbreak's** like DAN -- cgit v1.2.3 From da890d8599c5ed4a66f46bb959b468c7ad748415 Mon Sep 17 00:00:00 2001 From: Rupesh Sreeraman Date: Mon, 24 Apr 2023 21:22:44 +0530 Subject: Added GUI --- README.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index c95399f0..4de0bd98 100644 --- a/README.md +++ b/README.md @@ -74,6 +74,9 @@ install requirements with: ```sh pip3 install -r requirements.txt ``` +## To start gpt4free GUI +To start gpt4free GUI run the following command : +`streamlit run streamlit_app.py` ## ChatGPT clone > currently implementing new features and trying to scale it, please be patient it may be unstable -- cgit v1.2.3 From e430481aa7a074dfebd4f682f2403f84d317e937 Mon Sep 17 00:00:00 2001 From: Ricardo Zapata Date: Mon, 24 Apr 2023 09:54:21 -0600 Subject: Spelling correction In line 17 the word "install" was missing the "s"! --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index c95399f0..d7f825d3 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ By the way, thank you so much for `2k` stars and all the support!! - [To do list](#todo) - [Current Sites](#current-sites) - [Best Sites for gpt4](#best-sites) -- [How to intall](#install) +- [How to install](#install) - [Legal Notice](#legal-notice) - [Copyright](#copyright) -- cgit v1.2.3 From 78662c779a76c5fd826205ed7028115269fd3501 Mon Sep 17 00:00:00 2001 From: "t.me/xtekky" <98614666+xtekky@users.noreply.github.com> Date: Mon, 24 Apr 2023 18:59:42 +0100 Subject: ora userid and session token for gpt-4 --- README.md | 1 + 1 file changed, 1 insertion(+) (limited to 'README.md') diff --git a/README.md b/README.md index c95399f0..72f35354 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,7 @@ By the way, thank you so much for `2k` stars and all the support!! - [`/ora`](./ora/README.md) - here is proof / test: [`ora_gpt4_proof.py`](./testing/ora_gpt4_proof.py) - why ?, no streaming compared to poe.com but u can send more than 1 message +- update: you need to use session token now and there is a limit, accounts are only google so no creator for now #### gpt-3.5 - [`/sqlchat`](./sqlchat/README.md) -- cgit v1.2.3