返回提交历史
Modified
README.md
+1
-1
XFEstudio/gpt4free
Update README.md
f9bd1c6b
代码差异
1 个文件
+1
-1
@@ -253,7 +253,7 @@ response = g4f.ChatCompletion.create(
253
253
254
254
##### Async Support:
255
255
256
To enhance speed and overall performance, execute providers asyncronously.
256
To enhance speed and overall performance, execute providers asynchronously.
257
257
The total execution time will be determined by the duration of the slowest provider's execution.
258
258
259
259
```py