diff options
author | abc <98614666+xtekky@users.noreply.github.com> | 2023-07-18 01:17:59 +0200 |
---|---|---|
committer | abc <98614666+xtekky@users.noreply.github.com> | 2023-07-18 01:17:59 +0200 |
commit | 6bb08c6881aa7cadea44d1b96ee8ac8275c083ba (patch) | |
tree | 319548c5e86b2effabde1a5492ce8be1ab6d5f33 | |
parent | minor fixes (diff) | |
parent | minor fixes (diff) | |
download | gpt4free-6bb08c6881aa7cadea44d1b96ee8ac8275c083ba.tar gpt4free-6bb08c6881aa7cadea44d1b96ee8ac8275c083ba.tar.gz gpt4free-6bb08c6881aa7cadea44d1b96ee8ac8275c083ba.tar.bz2 gpt4free-6bb08c6881aa7cadea44d1b96ee8ac8275c083ba.tar.lz gpt4free-6bb08c6881aa7cadea44d1b96ee8ac8275c083ba.tar.xz gpt4free-6bb08c6881aa7cadea44d1b96ee8ac8275c083ba.tar.zst gpt4free-6bb08c6881aa7cadea44d1b96ee8ac8275c083ba.zip |
Diffstat (limited to '')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -8,7 +8,7 @@ Docker is for now not available but I would be happy if someone contributes a PR ### New - pypi package: ``` -pip install g4f +pip install -U g4f ``` ## Table of Contents: @@ -37,7 +37,7 @@ pip install g4f #### Setting up the project: ##### Install using pypi ``` -pip install g4f +pip install -U g4f ``` ##### or |