diff options
author | t.me/xtekky <98614666+xtekky@users.noreply.github.com> | 2023-04-10 00:22:16 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-10 00:22:16 +0200 |
commit | c3cf8ccb2b62393643a6e4b8a01c19185f9d0ca4 (patch) | |
tree | 84d779be90540afb58d101f81ecbb09ff8b0b865 | |
parent | writesonic.com api (gpt3.5 with internet) (diff) | |
download | gpt4free-c3cf8ccb2b62393643a6e4b8a01c19185f9d0ca4.tar gpt4free-c3cf8ccb2b62393643a6e4b8a01c19185f9d0ca4.tar.gz gpt4free-c3cf8ccb2b62393643a6e4b8a01c19185f9d0ca4.tar.bz2 gpt4free-c3cf8ccb2b62393643a6e4b8a01c19185f9d0ca4.tar.lz gpt4free-c3cf8ccb2b62393643a6e4b8a01c19185f9d0ca4.tar.xz gpt4free-c3cf8ccb2b62393643a6e4b8a01c19185f9d0ca4.tar.zst gpt4free-c3cf8ccb2b62393643a6e4b8a01c19185f9d0ca4.zip |
-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 |