summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShashank Shekhar Pandey <64682801+shashankx86@users.noreply.github.com>2023-10-25 14:01:36 +0200
committerGitHub <noreply@github.com>2023-10-25 14:01:36 +0200
commit60fc2b8982bfec408d29a92e0a31b0e33d14537e (patch)
treece2235ef8d65e6a3ed75ea48f29dda1d7c67b733
parentMerge pull request #1148 from rover07/fix/grammatical-errors-README.md (diff)
downloadgpt4free-60fc2b8982bfec408d29a92e0a31b0e33d14537e.tar
gpt4free-60fc2b8982bfec408d29a92e0a31b0e33d14537e.tar.gz
gpt4free-60fc2b8982bfec408d29a92e0a31b0e33d14537e.tar.bz2
gpt4free-60fc2b8982bfec408d29a92e0a31b0e33d14537e.tar.lz
gpt4free-60fc2b8982bfec408d29a92e0a31b0e33d14537e.tar.xz
gpt4free-60fc2b8982bfec408d29a92e0a31b0e33d14537e.tar.zst
gpt4free-60fc2b8982bfec408d29a92e0a31b0e33d14537e.zip
-rw-r--r--README.md10
1 files changed, 7 insertions, 3 deletions
diff --git a/README.md b/README.md
index f313156f..3fee346a 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,11 @@
![248433934-7886223b-c1d1-4260-82aa-da5741f303bb](https://github.com/xtekky/gpt4free/assets/98614666/ea012c87-76e0-496a-8ac4-e2de090cc6c9)
-By using this repository or any code related to it, you agree to the [legal notice](./LEGAL_NOTICE.md). The author is not responsible for any copies, forks, re-uploads made by other users, or anything else related to GPT4Free. This is the author's only account and repository. To prevent impersonation or irresponsible actions, please comply with the GNU GPL license this Repository uses.
-- latest pypi version: [`0.1.7.7`](https://pypi.org/project/g4f/0.1.7.7)
+> **Note**
+> By using this repository or any code related to it, you agree to the [legal notice](./LEGAL_NOTICE.md). The author is not responsible for any copies, forks, re-uploads made by other users, or anything else related to GPT4Free. This is the author's only account and repository. To prevent impersonation or irresponsible actions, please comply with the GNU GPL license this Repository uses.
+
+> **Note**
+> Latest pypi version: [`0.1.7.7`](https://pypi.org/project/g4f/0.1.7.7)
```sh
pip install -U g4f
```
@@ -132,7 +135,8 @@ To stop the Docker containers, simply run:
docker compose down
```
-**Note:** When using Docker, any changes you make to your local files will be reflected in the Docker container thanks to the volume mapping in the `docker-compose.yml` file. If you add or remove dependencies, however, you'll need to rebuild the Docker image using `docker compose build`.
+> **Note**
+> When using Docker, any changes you make to your local files will be reflected in the Docker container thanks to the volume mapping in the `docker-compose.yml` file. If you add or remove dependencies, however, you'll need to rebuild the Docker image using `docker compose build`.
## Usage