diff options
author | kqlio67 <166700875+kqlio67@users.noreply.github.com> | 2024-10-16 13:27:40 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-16 13:27:40 +0200 |
commit | 03f2bc8e5bf8c732cc3faa0e9430b244ea360a1a (patch) | |
tree | 69df9d7915362e71bbf3636189c09db872265cad | |
parent | Update README.md (diff) | |
download | gpt4free-03f2bc8e5bf8c732cc3faa0e9430b244ea360a1a.tar gpt4free-03f2bc8e5bf8c732cc3faa0e9430b244ea360a1a.tar.gz gpt4free-03f2bc8e5bf8c732cc3faa0e9430b244ea360a1a.tar.bz2 gpt4free-03f2bc8e5bf8c732cc3faa0e9430b244ea360a1a.tar.lz gpt4free-03f2bc8e5bf8c732cc3faa0e9430b244ea360a1a.tar.xz gpt4free-03f2bc8e5bf8c732cc3faa0e9430b244ea360a1a.tar.zst gpt4free-03f2bc8e5bf8c732cc3faa0e9430b244ea360a1a.zip |
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -200,7 +200,7 @@ print(f"Generated image URL: {image_url}") **Full Documentation for Python API** -- New AsyncClient API from G4F: [/docs/async_client](docs/async_client.md) +- AsyncClient API from G4F: [/docs/async_client](docs/async_client.md) - Client API like the OpenAI Python library: [/docs/client](docs/client.md) - Legacy API with python modules: [/docs/legacy](docs/legacy.md) |