diff options
Diffstat (limited to '')
-rw-r--r-- | README.md | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -4,6 +4,14 @@ This repository provides reverse-engineered language models from various sources > **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. +## To-Do List + +- [ ] implement poe.com create bot feature +- [ ] poe.com chat history management +- [ ] renaming the 'poe' module to 'quora' +- [ ] add you.com api + + ## Table of Contents - [Current Sites (No Authentication / Easy Account Creation)](#current-sites) @@ -231,4 +239,4 @@ You can install these packages using the provided `requirements.txt` file. ├── t3nsor/ ├── writesonic/ ├── README.md <-- this file. - └── requirements.txt
\ No newline at end of file + └── requirements.txt |