Update README.md

This commit is contained in:
Saksham Bhugra 2023-10-30 16:34:24 +05:30 committed by GitHub
parent 3e5101cda2
commit f9bd1c6b38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -253,7 +253,7 @@ response = g4f.ChatCompletion.create(
##### Async Support:
To enhance speed and overall performance, execute providers asyncronously.
To enhance speed and overall performance, execute providers asynchronously.
The total execution time will be determined by the duration of the slowest provider's execution.
```py