Spaces:
Paused
Paused
Add To-Do List
Browse files
README.md
CHANGED
|
@@ -12,6 +12,7 @@ The application interface was incorporated from the [chatgpt-clone](https://gith
|
|
| 12 |
The free GPT API was incorporated from the [freeGPT](https://github.com/Ruu3f/freeGPT) repository.
|
| 13 |
|
| 14 |
## Table of Contents
|
|
|
|
| 15 |
- [Getting Started](#getting-started-white_check_mark)
|
| 16 |
- [Cloning the Repository](#cloning-the-repository-inbox_tray)
|
| 17 |
- [Install Dependencies](#install-dependencies-wrench)
|
|
@@ -20,7 +21,18 @@ The free GPT API was incorporated from the [freeGPT](https://github.com/Ruu3f/fr
|
|
| 20 |
- [Prerequisites](#prerequisites)
|
| 21 |
- [Running the Docker](#running-the-docker)
|
| 22 |
|
| 23 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 24 |
## Getting Started :white_check_mark:
|
| 25 |
To get started with this project, you'll need to clone the repository and have [Python](https://www.python.org/downloads/) installed on your system.
|
| 26 |
|
|
|
|
| 12 |
The free GPT API was incorporated from the [freeGPT](https://github.com/Ruu3f/freeGPT) repository.
|
| 13 |
|
| 14 |
## Table of Contents
|
| 15 |
+
- [To-Do List](#to-do-list)
|
| 16 |
- [Getting Started](#getting-started-white_check_mark)
|
| 17 |
- [Cloning the Repository](#cloning-the-repository-inbox_tray)
|
| 18 |
- [Install Dependencies](#install-dependencies-wrench)
|
|
|
|
| 21 |
- [Prerequisites](#prerequisites)
|
| 22 |
- [Running the Docker](#running-the-docker)
|
| 23 |
|
| 24 |
+
##
|
| 25 |
+
|
| 26 |
+
## To-Do List ✔️
|
| 27 |
+
|
| 28 |
+
- [x] Integrate the free GPT API into the WebUI
|
| 29 |
+
- [x] Create Docker support
|
| 30 |
+
- [ ] Add the GPT-4 model
|
| 31 |
+
- [ ] Enhance the user interface
|
| 32 |
+
- [ ] Improve the Jailbreak functionality
|
| 33 |
+
- [ ] Enable editing and creating Jailbreaks in the WebUI
|
| 34 |
+
- [ ] Migrate the interface to React.js (?)
|
| 35 |
+
|
| 36 |
## Getting Started :white_check_mark:
|
| 37 |
To get started with this project, you'll need to clone the repository and have [Python](https://www.python.org/downloads/) installed on your system.
|
| 38 |
|