diff options
author | xtekky <98614666+xtekky@users.noreply.github.com> | 2023-07-18 01:16:39 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-18 01:16:39 +0200 |
commit | 58389f33c2b0c39d7ea7a7a8c8600767811f022b (patch) | |
tree | 843658b84e727190e6173383df5cc8d9c5f54f0b | |
parent | Merge branch 'main' of https://github.com/xtekky/gpt4free (diff) | |
download | gpt4free-58389f33c2b0c39d7ea7a7a8c8600767811f022b.tar gpt4free-58389f33c2b0c39d7ea7a7a8c8600767811f022b.tar.gz gpt4free-58389f33c2b0c39d7ea7a7a8c8600767811f022b.tar.bz2 gpt4free-58389f33c2b0c39d7ea7a7a8c8600767811f022b.tar.lz gpt4free-58389f33c2b0c39d7ea7a7a8c8600767811f022b.tar.xz gpt4free-58389f33c2b0c39d7ea7a7a8c8600767811f022b.tar.zst gpt4free-58389f33c2b0c39d7ea7a7a8c8600767811f022b.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 |