summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authort.me/xtekky <98614666+xtekky@users.noreply.github.com>2023-04-28 10:09:41 +0200
committerGitHub <noreply@github.com>2023-04-28 10:09:41 +0200
commit99550a44f28c9c48063ef945eb16e9d150bb900d (patch)
tree986b543f8dfca68d4d84444a369dfd66ee43ac34
parentMerge pull request #235 from naa7/patch-7 (diff)
parentUpdate README.md : typo fix (diff)
downloadgpt4free-99550a44f28c9c48063ef945eb16e9d150bb900d.tar
gpt4free-99550a44f28c9c48063ef945eb16e9d150bb900d.tar.gz
gpt4free-99550a44f28c9c48063ef945eb16e9d150bb900d.tar.bz2
gpt4free-99550a44f28c9c48063ef945eb16e9d150bb900d.tar.lz
gpt4free-99550a44f28c9c48063ef945eb16e9d150bb900d.tar.xz
gpt4free-99550a44f28c9c48063ef945eb16e9d150bb900d.tar.zst
gpt4free-99550a44f28c9c48063ef945eb16e9d150bb900d.zip
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index a37dc9b2..14bf0d93 100644
--- a/README.md
+++ b/README.md
@@ -80,14 +80,14 @@ Please note the following:
- [`/you`](./you/README.md)
## Install <a name="install"></a>
-download or clone this GitHub repo
+Download or clone this GitHub repo
install requirements with:
```sh
pip3 install -r requirements.txt
```
## To start gpt4free GUI <a name="streamlit-gpt4free-gui"></a>
-move `streamlit_app.py` from `./gui` to the base folder
+Move `streamlit_app.py` from `./gui` to the base folder
then run:
`streamlit run streamlit_app.py` or `python3 -m streamlit run streamlit_app.py`