diff options
author | Abhishek Mallick <mallickabhishek97@gmail.com> | 2023-10-28 22:27:41 +0200 |
---|---|---|
committer | Abhishek Mallick <mallickabhishek97@gmail.com> | 2023-10-28 22:27:41 +0200 |
commit | 60d7d883664d95334938667f1bdd9b998290e965 (patch) | |
tree | 5bad162c7c99182bce1c582a620ba494fac24112 | |
parent | Update backend.py, index.html, requirements.txt (#1180) (diff) | |
download | gpt4free-60d7d883664d95334938667f1bdd9b998290e965.tar gpt4free-60d7d883664d95334938667f1bdd9b998290e965.tar.gz gpt4free-60d7d883664d95334938667f1bdd9b998290e965.tar.bz2 gpt4free-60d7d883664d95334938667f1bdd9b998290e965.tar.lz gpt4free-60d7d883664d95334938667f1bdd9b998290e965.tar.xz gpt4free-60d7d883664d95334938667f1bdd9b998290e965.tar.zst gpt4free-60d7d883664d95334938667f1bdd9b998290e965.zip |
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -19,7 +19,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) @@ -251,7 +251,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 @@ -306,7 +306,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 |