diff options
author | t.me/xtekky <98614666+xtekky@users.noreply.github.com> | 2023-04-23 20:08:50 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-23 20:08:50 +0200 |
commit | 027cc87505f0f324883d2a946c1a967a8c901c5e (patch) | |
tree | ecdd75b0eb7b623e6dba72cf9233fb4af1a0fe75 /README.md | |
parent | Merge pull request #86 from eltociear/patch-2 (diff) | |
download | gpt4free-027cc87505f0f324883d2a946c1a967a8c901c5e.tar gpt4free-027cc87505f0f324883d2a946c1a967a8c901c5e.tar.gz gpt4free-027cc87505f0f324883d2a946c1a967a8c901c5e.tar.bz2 gpt4free-027cc87505f0f324883d2a946c1a967a8c901c5e.tar.lz gpt4free-027cc87505f0f324883d2a946c1a967a8c901c5e.tar.xz gpt4free-027cc87505f0f324883d2a946c1a967a8c901c5e.tar.zst gpt4free-027cc87505f0f324883d2a946c1a967a8c901c5e.zip |
Diffstat (limited to '')
-rw-r--r-- | README.md | 21 |
1 files changed, 16 insertions, 5 deletions
@@ -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 <a name="todo"></a> + +- [ ] 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 <a name="current-sites"></a> @@ -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 <a name="legal-notice"></a> 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**. |