summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMitch Capper <mitch.capper@gmail.com>2023-05-12 07:44:17 +0200
committerMitch Capper <mitch.capper@gmail.com>2023-05-12 07:44:17 +0200
commit2a54c36043b9d87b96c4b7699ce194f8523479b8 (patch)
tree62fdd50b65d7d6f090cb2d5d18d4d45a0a969930
parentMerge pull request #536 from MIDORIBIN/fix-dockerfile (diff)
downloadgpt4free-2a54c36043b9d87b96c4b7699ce194f8523479b8.tar
gpt4free-2a54c36043b9d87b96c4b7699ce194f8523479b8.tar.gz
gpt4free-2a54c36043b9d87b96c4b7699ce194f8523479b8.tar.bz2
gpt4free-2a54c36043b9d87b96c4b7699ce194f8523479b8.tar.lz
gpt4free-2a54c36043b9d87b96c4b7699ce194f8523479b8.tar.xz
gpt4free-2a54c36043b9d87b96c4b7699ce194f8523479b8.tar.zst
gpt4free-2a54c36043b9d87b96c4b7699ce194f8523479b8.zip
-rw-r--r--README.md2
-rw-r--r--gui/README.md4
2 files changed, 6 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`
diff --git a/gui/README.md b/gui/README.md
index 707fd36d..c0406216 100644
--- a/gui/README.md
+++ b/gui/README.md
@@ -11,6 +11,10 @@ Installation
2. Install the required dependencies with: `pip install -r requirements.txt`.
3. To use `streamlit_chat_app.py`, note that it depends on a pull request (PR #24) from the https://github.com/AI-Yash/st-chat/ repository, which may change in the future. The current dependency library can be found at https://github.com/AI-Yash/st-chat/archive/refs/pull/24/head.zip.
+Analytics Disclaimer
+-----
+The streamlit browser 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.
+
Usage
-----