Skip to content

Commit

Permalink
Update (README.md)
Browse files Browse the repository at this point in the history
  • Loading branch information
kqlio67 committed Nov 17, 2024
1 parent 8e27239 commit db69892
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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:**
Expand Down

0 comments on commit db69892

Please sign in to comment.