Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(typs): Fixed minor typos #1182

Merged
merged 1 commit into from
Oct 29, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,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 @@ -251,7 +251,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 @@ -306,7 +306,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