diff options
author | t.me/xtekky <98614666+xtekky@users.noreply.github.com> | 2023-04-29 01:05:50 +0200 |
---|---|---|
committer | t.me/xtekky <98614666+xtekky@users.noreply.github.com> | 2023-04-29 01:05:50 +0200 |
commit | 698b8fddde006524e40143659f3ebd4a08082b2b (patch) | |
tree | ab94673004d260bcc671488097624499409127f3 /README.md | |
parent | . (diff) | |
parent | Merge pull request #221 from repollo/STREAMLIT_CHAT_IMPLEMENTATION (diff) | |
download | gpt4free-698b8fddde006524e40143659f3ebd4a08082b2b.tar gpt4free-698b8fddde006524e40143659f3ebd4a08082b2b.tar.gz gpt4free-698b8fddde006524e40143659f3ebd4a08082b2b.tar.bz2 gpt4free-698b8fddde006524e40143659f3ebd4a08082b2b.tar.lz gpt4free-698b8fddde006524e40143659f3ebd4a08082b2b.tar.xz gpt4free-698b8fddde006524e40143659f3ebd4a08082b2b.tar.zst gpt4free-698b8fddde006524e40143659f3ebd4a08082b2b.zip |
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -92,7 +92,7 @@ Please note the following: | **Copyright** | Copyright information | [![Link to Section](https://img.shields.io/badge/Link-Go%20to%20Section-blue)](#copyright) | - | | **Star History** | Star History | [![Link to Section](https://img.shields.io/badge/Link-Go%20to%20Section-blue)](#star-history) | - | | **Usage Examples** | | | | -| `theb` | Example usage for theb (gpt-3.5) | [![Link to File](https://img.shields.io/badge/Link-Go%20to%20File-blue)](./theb/README.md) | ![Active](https://img.shields.io/badge/Active-brightgreen) | +| `theb` | Example usage for theb (gpt-3.5) | [![Link to File](https://img.shields.io/badge/Link-Go%20to%20File-blue)](openai_rev/theb/README.md) | ![Active](https://img.shields.io/badge/Active-brightgreen) | | `forefront` | Example usage for forefront (gpt-4) | [![Link to File](https://img.shields.io/badge/Link-Go%20to%20File-blue)](./forefront/README.md) | ![Active](https://img.shields.io/badge/Active-brightgreen) | || | `quora (poe)` | Example usage for quora | [![Link to File](https://img.shields.io/badge/Link-Go%20to%20File-blue)](./quora/README.md) | ![Active](https://img.shields.io/badge/Active-brightgreen) | | `you` | Example usage for you | [![Link to File](https://img.shields.io/badge/Link-Go%20to%20File-blue)](./you/README.md) | ![Active](https://img.shields.io/badge/Active-brightgreen) | @@ -103,7 +103,7 @@ Please note the following: ## Todo <a name="todo"></a> -- [ ] Add a GUI for the repo +- [x] Add a GUI for the repo - [ ] Make a general package named `gpt4free`, instead of different folders - [ ] Live api status to know which are down and which can be used - [ ] Integrate more API's in `./unfinished` as well as other ones in the lists |