XFE Git
XFE Studio Git
Git 首页 全局搜索
XFE 主站 文档 NuGet
公开
关注 0 Fork 0 Star 1
返回提交历史

XFEstudio/gpt4free

Update README.md

f9bd1c6b
Saksham Bhugra <85192629+sh4d0wy@users.noreply.github.com>
提交于

代码差异

1 个文件 +1 -1
Modified README.md +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