Merge pull request #107 from DanielShemesh/main
Browse filesMade a repl for the webui that people can fork and host their own ChatGPT
README.md
CHANGED
@@ -28,6 +28,8 @@ By the way, thank you so much for `2k` stars and all the support!!
|
|
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
|
@@ -117,3 +119,5 @@ You should have received a copy of the GNU General Public License
|
|
117 |
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
118 |
```
|
119 |
|
|
|
|
|
|
28 |
- [`you`](./you/README.md)
|
29 |
- [`sqlchat`](./sqlchat/README.md)
|
30 |
|
31 |
+
- [replit Example (feel free to fork this repl)](#replit)
|
32 |
+
|
33 |
## Todo <a name="todo"></a>
|
34 |
|
35 |
- [ ] add a GUI for the repo
|
|
|
119 |
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
120 |
```
|
121 |
|
122 |
+
## replit
|
123 |
+
You can fork this repl to host your own ChatGPT-clone WebUI. https://replit.com/@gpt4free/gpt4free-webui
|