Merge pull request #1182 from Abhishek-Mallick/fix-typos

fix(typs): Fixed minor typos
This commit is contained in:
H Lohaus 2023-10-29 19:59:34 +01:00 committed by GitHub
commit 3e5101cda2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -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)
@ -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
@ -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