t.me/xtekky
commited on
Commit
•
c3cf8cc
1
Parent(s):
8b4e40d
Update README.md
Browse files
README.md
CHANGED
@@ -4,6 +4,14 @@ This repository provides reverse-engineered language models from various sources
|
|
4 |
|
5 |
> **Important:** If you come across any website offering free language models, please create an issue or submit a pull request with the details. We will reverse engineer it and add it to this repository.
|
6 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
## Table of Contents
|
8 |
|
9 |
- [Current Sites (No Authentication / Easy Account Creation)](#current-sites)
|
@@ -231,4 +239,4 @@ You can install these packages using the provided `requirements.txt` file.
|
|
231 |
├── t3nsor/
|
232 |
├── writesonic/
|
233 |
├── README.md <-- this file.
|
234 |
-
└── requirements.txt
|
|
|
4 |
|
5 |
> **Important:** If you come across any website offering free language models, please create an issue or submit a pull request with the details. We will reverse engineer it and add it to this repository.
|
6 |
|
7 |
+
## To-Do List
|
8 |
+
|
9 |
+
- [ ] implement poe.com create bot feature
|
10 |
+
- [ ] poe.com chat history management
|
11 |
+
- [ ] renaming the 'poe' module to 'quora'
|
12 |
+
- [ ] add you.com api
|
13 |
+
|
14 |
+
|
15 |
## Table of Contents
|
16 |
|
17 |
- [Current Sites (No Authentication / Easy Account Creation)](#current-sites)
|
|
|
239 |
├── t3nsor/
|
240 |
├── writesonic/
|
241 |
├── README.md <-- this file.
|
242 |
+
└── requirements.txt
|