diff options
author | t.me/xtekky <98614666+xtekky@users.noreply.github.com> | 2023-04-25 11:16:05 +0200 |
---|---|---|
committer | t.me/xtekky <98614666+xtekky@users.noreply.github.com> | 2023-04-25 11:16:05 +0200 |
commit | c02eb6c71dd7ae29c5f4c94c5c04f03677e955ca (patch) | |
tree | a84a567943ff8d4117ee53d2dde5beb3c3771968 | |
parent | added ora x-signed-token header (diff) | |
download | gpt4free-c02eb6c71dd7ae29c5f4c94c5c04f03677e955ca.tar gpt4free-c02eb6c71dd7ae29c5f4c94c5c04f03677e955ca.tar.gz gpt4free-c02eb6c71dd7ae29c5f4c94c5c04f03677e955ca.tar.bz2 gpt4free-c02eb6c71dd7ae29c5f4c94c5c04f03677e955ca.tar.lz gpt4free-c02eb6c71dd7ae29c5f4c94c5c04f03677e955ca.tar.xz gpt4free-c02eb6c71dd7ae29c5f4c94c5c04f03677e955ca.tar.zst gpt4free-c02eb6c71dd7ae29c5f4c94c5c04f03677e955ca.zip |
-rw-r--r-- | README.md | 9 | ||||
-rw-r--r-- | gui/streamlit_app.py (renamed from streamlit_app.py) | 0 |
2 files changed, 5 insertions, 4 deletions
@@ -68,15 +68,16 @@ By the way, thank you so much for `2k` stars and all the support!! - only stable api at the moment ( for gpt-3.5, gpt-4 is dead) ## 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 -To start gpt4free GUI run the following command : -`streamlit run streamlit_app.py` +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` ## Docker Build diff --git a/streamlit_app.py b/gui/streamlit_app.py index ff1cb6d4..ff1cb6d4 100644 --- a/streamlit_app.py +++ b/gui/streamlit_app.py |