diff options
author | Tekky <98614666+xtekky@users.noreply.github.com> | 2024-02-21 21:54:31 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-21 21:54:31 +0100 |
commit | fd6950ba26baa81d3bdc867d85cc05fc7e49759c (patch) | |
tree | a6311fda1580b9a5fd8db35e7ae5c424e78f31d4 /README.md | |
parent | ~ (diff) | |
download | gpt4free-fd6950ba26baa81d3bdc867d85cc05fc7e49759c.tar gpt4free-fd6950ba26baa81d3bdc867d85cc05fc7e49759c.tar.gz gpt4free-fd6950ba26baa81d3bdc867d85cc05fc7e49759c.tar.bz2 gpt4free-fd6950ba26baa81d3bdc867d85cc05fc7e49759c.tar.lz gpt4free-fd6950ba26baa81d3bdc867d85cc05fc7e49759c.tar.xz gpt4free-fd6950ba26baa81d3bdc867d85cc05fc7e49759c.tar.zst gpt4free-fd6950ba26baa81d3bdc867d85cc05fc7e49759c.zip |
Diffstat (limited to '')
-rw-r--r-- | README.md | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -32,17 +32,16 @@ You can always leave some feedback here: https://forms.gle/FeWV9RLEedfdkmFN6 ## To do As per the survey, here is a list of improvements to come +- [x] update the repository to include the new openai library syntax (ex: `Openai()` class) | completed, use `g4f.client.Client` - [ ] golang implementation - [ ] Improve Documentation (on g4f.mintlify.app) & Do video tutorials - [ ] Improve the provider status list & updates - [ ] Tutorials on how to reverse sites to write your own wrapper (PoC only ofc) - [ ] Improve the Bing wrapper. (might write a new wrapper in golang as it is very fast) - [ ] Write a standard provider performance test to improve the stability -- [ ] update the repository to include the new openai library syntax (ex: `Openai()` class) - [ ] Potential support and development of local models - [ ] improve compatibility and error handling - ## 📚 Table of Contents - [🆕 What's New](#-whats-new) |