返回提交历史
Modified
README.md
+3
-3
XFEstudio/gpt4free
fix(typs): Fixed minor typos
60d7d883
代码差异
1 个文件
+3
-3
@@ -19,7 +19,7 @@ pip install -U g4f
19
19
- [Getting Started](#getting-started)
20
20
- [Prerequisites](#prerequisites)
21
21
- [Setting up the project](#setting-up-the-project)
22
- [Install using pypi](#install-using-pypi)
22
- [Install using PyPi](#install-using-pypi)
23
23
- [Install using docker](#setting-up-with-docker)
24
24
- [Usage](#usage)
25
25
- [The `g4f` Package](#the-g4f-package)
@@ -251,7 +251,7 @@ response = g4f.ChatCompletion.create(
251
251
252
252
##### Async Support:
253
253
254
To enhance speed and overall performance, execute providers asynchronously.
254
To enhance speed and overall performance, execute providers asyncronously.
255
255
The total execution time will be determined by the duration of the slowest provider's execution.
256
256
257
257
```py
@@ -306,7 +306,7 @@ print(f"Result:", response)
306
306
307
307
### interference openai-proxy API (use with openai python package)
308
308
309
#### run interference API from pypi package:
309
#### run interference API from PyPi package:
310
310
```py
311
311
from g4f.api import run_api
312
312