summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorH Lohaus <hlohaus@users.noreply.github.com>2023-10-29 19:59:34 +0100
committerGitHub <noreply@github.com>2023-10-29 19:59:34 +0100
commit3e5101cda2511a3a1bda7d835cbcf46e87e94caf (patch)
treeb76129fc257d9d0db9fec3f49c2086a926a63e89
parentMerge pull request #1188 from hlohaus/package (diff)
parentfix(typs): Fixed minor typos (diff)
downloadgpt4free-3e5101cda2511a3a1bda7d835cbcf46e87e94caf.tar
gpt4free-3e5101cda2511a3a1bda7d835cbcf46e87e94caf.tar.gz
gpt4free-3e5101cda2511a3a1bda7d835cbcf46e87e94caf.tar.bz2
gpt4free-3e5101cda2511a3a1bda7d835cbcf46e87e94caf.tar.lz
gpt4free-3e5101cda2511a3a1bda7d835cbcf46e87e94caf.tar.xz
gpt4free-3e5101cda2511a3a1bda7d835cbcf46e87e94caf.tar.zst
gpt4free-3e5101cda2511a3a1bda7d835cbcf46e87e94caf.zip
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 77f39b35..b4c5bf41 100644
--- a/README.md
+++ b/README.md
@@ -21,7 +21,7 @@ pip install -U g4f
- [Getting Started](#getting-started)
- [Prerequisites](#prerequisites)
- [Setting up the project](#setting-up-the-project)
- - [Install using pypi](#install-using-pypi)
+ - [Install using PyPi](#install-using-pypi)
- [Install using docker](#setting-up-with-docker)
- [Usage](#usage)
- [The `g4f` Package](#the-g4f-package)
@@ -253,7 +253,7 @@ response = g4f.ChatCompletion.create(
##### Async Support:
-To enhance speed and overall performance, execute providers asynchronously.
+To enhance speed and overall performance, execute providers asyncronously.
The total execution time will be determined by the duration of the slowest provider's execution.
```py
@@ -308,7 +308,7 @@ print(f"Result:", response)
### interference openai-proxy API (use with openai python package)
-#### run interference API from pypi package:
+#### run interference API from PyPi package:
```py
from g4f.api import run_api