Merge pull request #1191 from alienishi/main

Fixed typo in README.md
This commit is contained in:
H Lohaus 2023-10-30 20:15:10 +01:00 committed by GitHub
commit 36fcc757af
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