summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkqlio67 <kqlio67@users.noreply.github.com>2024-11-17 14:35:58 +0100
committerkqlio67 <kqlio67@users.noreply.github.com>2024-11-17 14:35:58 +0100
commitdb69892c960bf321f36d47ed337f3a961947490d (patch)
treefbed01ba9a6f0a31552186957a4a9f6f55fa192b
parentRefactor Image Processing and Error Handling in g4f Client Module (diff)
downloadgpt4free-db69892c960bf321f36d47ed337f3a961947490d.tar
gpt4free-db69892c960bf321f36d47ed337f3a961947490d.tar.gz
gpt4free-db69892c960bf321f36d47ed337f3a961947490d.tar.bz2
gpt4free-db69892c960bf321f36d47ed337f3a961947490d.tar.lz
gpt4free-db69892c960bf321f36d47ed337f3a961947490d.tar.xz
gpt4free-db69892c960bf321f36d47ed337f3a961947490d.tar.zst
gpt4free-db69892c960bf321f36d47ed337f3a961947490d.zip
-rw-r--r--README.md15
1 files changed, 5 insertions, 10 deletions
diff --git a/README.md b/README.md
index f482d0df..cd621ee8 100644
--- a/README.md
+++ b/README.md
@@ -72,12 +72,8 @@ Is your site on this repository and you want to take it down? Send an email to t
- [Local Inference](docs/local.md)
- [Configuration](#configuration)
- [Full Documentation for Python API](#full-documentation-for-python-api)
- - **New:**
- - [Async Client API from G4F](docs/async_client.md)
- - [Client API like the OpenAI Python library](docs/client.md)
- - **Legacy**
- - [Legacy API with python modules](docs/legacy/legacy.md)
- - [Legacy AsyncClient API from G4F](docs/legacy/legacy_async_client.md)
+ - [Client API from G4F](docs/client.md)
+ - [AsyncClient API from G4F](docs/async_client.md)
- [🚀 Providers and Models](docs/providers-and-models.md)
- [🔗 Powered by gpt4free](#-powered-by-gpt4free)
- [🤝 Contribute](#-contribute)
@@ -204,12 +200,11 @@ print(f"Generated image URL: {image_url}")
#### **Full Documentation for Python API**
- **New:**
- - **Async Client API from G4F:** [/docs/async_client](docs/async_client.md)
- - **Client API like the OpenAI Python library:** [/docs/client](docs/client.md)
+ - **Client API from G4F:** [/docs/client](docs/client.md)
+ - **AsyncClient API from G4F:** [/docs/async_client](docs/async_client.md)
- **Legacy:**
- - **Legacy API with python modules:** [/docs/legacy/legacy](docs/legacy/legacy.md)
- - **Legacy AsyncClient API from G4F:** [/docs/async_client](docs/legacy/legacy_async_client.md)
+ - **Legacy API with python modules:** [/docs/legacy](docs/legacy.md)
#### Web UI
**To start the web interface, type the following codes in python:**