Skip to content

Commit 2a54c36

Browse files
committed
README.md disclaimers analytic data
1 parent fd5f463 commit 2a54c36

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,8 @@ pip3 install -r requirements.txt
151151

152152
## To start gpt4free GUI <a name="streamlit-gpt4free-gui"></a>
153153

154+
##### 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.
155+
154156
Move `streamlit_app.py` from `./gui` to the base folder then run:
155157
`streamlit run streamlit_app.py` or `python3 -m streamlit run streamlit_app.py`
156158

gui/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ Installation
1111
2. Install the required dependencies with: `pip install -r requirements.txt`.
1212
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.
1313

14+
Analytics Disclaimer
15+
-----
16+
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.
17+
1418
Usage
1519
-----
1620

0 commit comments

Comments
 (0)