diff options
author | abc <98614666+xtekky@users.noreply.github.com> | 2023-07-17 02:14:10 +0200 |
---|---|---|
committer | abc <98614666+xtekky@users.noreply.github.com> | 2023-07-17 02:14:10 +0200 |
commit | ea276680c8e1b884722c28dfec36b4552d5301b4 (patch) | |
tree | d63e9274f1bd42a04cb5e67a06015b12bb53cb4c /README.md | |
parent | pypi package (pip install `g4f`) (diff) | |
download | gpt4free-ea276680c8e1b884722c28dfec36b4552d5301b4.tar gpt4free-ea276680c8e1b884722c28dfec36b4552d5301b4.tar.gz gpt4free-ea276680c8e1b884722c28dfec36b4552d5301b4.tar.bz2 gpt4free-ea276680c8e1b884722c28dfec36b4552d5301b4.tar.lz gpt4free-ea276680c8e1b884722c28dfec36b4552d5301b4.tar.xz gpt4free-ea276680c8e1b884722c28dfec36b4552d5301b4.tar.zst gpt4free-ea276680c8e1b884722c28dfec36b4552d5301b4.zip |
Diffstat (limited to '')
-rw-r--r-- | README.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -35,6 +35,13 @@ pip install g4f 1. [Download and install Python](https://www.python.org/downloads/) (Version 3.x is recommended). #### Setting up the project: +##### Install using pypi +``` +pip install g4f +``` + +##### or + 1. Clone the GitHub repository: ``` git clone https://github.com/xtekky/gpt4free.git |