Skip to content

Commit

Permalink
Merge pull request #1182 from Abhishek-Mallick/fix-typos
Browse files Browse the repository at this point in the history
fix(typs): Fixed minor typos
  • Loading branch information
hlohaus authored Oct 29, 2023
2 parents dbbb040 + 60d7d88 commit 3e5101c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ pip install -U g4f
- [Getting Started](#getting-started)
- [Prerequisites](#prerequisites)
- [Setting up the project](#setting-up-the-project)
- [Install using pypi](#install-using-pypi)
- [Install using PyPi](#install-using-pypi)
- [Install using docker](#setting-up-with-docker)
- [Usage](#usage)
- [The `g4f` Package](#the-g4f-package)
Expand Down Expand Up @@ -253,7 +253,7 @@ response = g4f.ChatCompletion.create(

##### Async Support:

To enhance speed and overall performance, execute providers asynchronously.
To enhance speed and overall performance, execute providers asyncronously.
The total execution time will be determined by the duration of the slowest provider's execution.

```py
Expand Down Expand Up @@ -308,7 +308,7 @@ print(f"Result:", response)

### interference openai-proxy API (use with openai python package)

#### run interference API from pypi package:
#### run interference API from PyPi package:
```py
from g4f.api import run_api

Expand Down

0 comments on commit 3e5101c

Please sign in to comment.