Skip to content

Commit

Permalink
Merge branch 'xtekky:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
kqlio67 authored Dec 2, 2024
2 parents 753e83e + e7e9d7d commit 18287dc
Show file tree
Hide file tree
Showing 2 changed files with 393 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ 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)
- [Requests API from G4F](docs/requests.md)
- [Client API from G4F](docs/client.md)
- [AsyncClient API from G4F](docs/async_client.md)
- [🚀 Providers and Models](docs/providers-and-models.md)
Expand Down Expand Up @@ -206,6 +207,7 @@ print(f"Generated image URL: {image_url}")

#### **Full Documentation for Python API**
- **New:**
- **Requests API from G4F:** [/docs/requests](docs/requests.md)
- **Client API from G4F:** [/docs/client](docs/client.md)
- **AsyncClient API from G4F:** [/docs/async_client](docs/async_client.md)

Expand Down
Loading

0 comments on commit 18287dc

Please sign in to comment.