t.me/xtekky
commited on
to do list
Browse files
README.md
CHANGED
@@ -8,14 +8,10 @@ Have you ever come across some amazing projects that you couldnt use **just beca
|
|
8 |
|
9 |
By the way, thank you so much for `2k` stars and all the support !!
|
10 |
|
11 |
-
## Chatgpt clone
|
12 |
-
> https://chat.chatbot.sex/chat
|
13 |
-
> This site was developed by me and includes **gpt-4/3.5**, **internet access** and **gpt-jailbreak's** like DAN
|
14 |
-
> run locally here: https://github.com/xtekky/chatgpt-clone
|
15 |
-
|
16 |
|
17 |
## Table of Contents
|
18 |
|
|
|
19 |
- [Current Sites](#current-sites)
|
20 |
- [Best Sites for gpt4](#best-sites)
|
21 |
- [How to intall](#install)
|
@@ -31,6 +27,15 @@ By the way, thank you so much for `2k` stars and all the support !!
|
|
31 |
- [`writesonic`](./writesonic/README.md)
|
32 |
- [`you`](./you/README.md)
|
33 |
- [`sqlchat`](./sqlchat/README.md)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
34 |
|
35 |
## Current Sites <a name="current-sites"></a>
|
36 |
|
@@ -70,6 +75,12 @@ install requirements with:
|
|
70 |
pip3 install -r requirements.txt
|
71 |
```
|
72 |
|
|
|
|
|
|
|
|
|
|
|
|
|
73 |
## Legal Notice <a name="legal-notice"></a>
|
74 |
|
75 |
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**.
|
|
|
8 |
|
9 |
By the way, thank you so much for `2k` stars and all the support !!
|
10 |
|
|
|
|
|
|
|
|
|
|
|
11 |
|
12 |
## Table of Contents
|
13 |
|
14 |
+
- [To do list](#todo)
|
15 |
- [Current Sites](#current-sites)
|
16 |
- [Best Sites for gpt4](#best-sites)
|
17 |
- [How to intall](#install)
|
|
|
27 |
- [`writesonic`](./writesonic/README.md)
|
28 |
- [`you`](./you/README.md)
|
29 |
- [`sqlchat`](./sqlchat/README.md)
|
30 |
+
|
31 |
+
## Todo <a name="todo"></a>
|
32 |
+
|
33 |
+
- [ ] add a GUI for the repo
|
34 |
+
- [ ] make a general package like `openai_rev`, instead of different folders
|
35 |
+
- [ ] live api status to know which are down and which can be used
|
36 |
+
- [ ] integrate more api's in `./unfinished` aswell as other ones in the lists
|
37 |
+
- [ ] make an api to use as proxy for other projects
|
38 |
+
- [ ] make a pypi package
|
39 |
|
40 |
## Current Sites <a name="current-sites"></a>
|
41 |
|
|
|
75 |
pip3 install -r requirements.txt
|
76 |
```
|
77 |
|
78 |
+
## Chatgpt clone
|
79 |
+
> currently implementing new features and trying to scale it, please be patient it may be unstable
|
80 |
+
> https://chat.chatbot.sex/chat
|
81 |
+
> This site was developed by me and includes **gpt-4/3.5**, **internet access** and **gpt-jailbreak's** like DAN
|
82 |
+
> run locally here: https://github.com/xtekky/chatgpt-clone
|
83 |
+
|
84 |
## Legal Notice <a name="legal-notice"></a>
|
85 |
|
86 |
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**.
|