summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorxtekky <98614666+xtekky@users.noreply.github.com>2023-05-14 23:46:53 +0200
committerGitHub <noreply@github.com>2023-05-14 23:46:53 +0200
commitb6efc1b7766fe41ca77eb231fc8681851dc52101 (patch)
tree62fdd50b65d7d6f090cb2d5d18d4d45a0a969930 /README.md
parentMerge pull request #536 from MIDORIBIN/fix-dockerfile (diff)
parentREADME.md disclaimers analytic data (diff)
downloadgpt4free-b6efc1b7766fe41ca77eb231fc8681851dc52101.tar
gpt4free-b6efc1b7766fe41ca77eb231fc8681851dc52101.tar.gz
gpt4free-b6efc1b7766fe41ca77eb231fc8681851dc52101.tar.bz2
gpt4free-b6efc1b7766fe41ca77eb231fc8681851dc52101.tar.lz
gpt4free-b6efc1b7766fe41ca77eb231fc8681851dc52101.tar.xz
gpt4free-b6efc1b7766fe41ca77eb231fc8681851dc52101.tar.zst
gpt4free-b6efc1b7766fe41ca77eb231fc8681851dc52101.zip
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index ad96055e..c6d79bad 100644
--- a/README.md
+++ b/README.md
@@ -151,6 +151,8 @@ pip3 install -r requirements.txt
## To start gpt4free GUI <a name="streamlit-gpt4free-gui"></a>
+##### Note: streamlit app collects heavy analytics even when running locally. This includes events for every page load, form submission including metadata on queries (like length), browser and client information including host ips. These are all transmitted to a 3rd party analytics group, Segment.com.
+
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`