From ef56d64fc84173a2a2e1c20463e71f71c9ed9196 Mon Sep 17 00:00:00 2001 From: Aditya Aryaman Das <128703909+alienishi@users.noreply.github.com> Date: Mon, 30 Oct 2023 15:35:23 +0530 Subject: Updated README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b4c5bf41..b15d3f74 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit v1.2.3