README.md disclaimers analytic data

This commit is contained in:
Mitch Capper 2023-05-11 22:44:17 -07:00
parent fd5f463488
commit 2a54c36043
2 changed files with 6 additions and 0 deletions

View File

@ -151,6 +151,8 @@ pip3 install -r requirements.txt
## To start gpt4free GUI <a name="streamlit-gpt4free-gui"></a> ## 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: 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` `streamlit run streamlit_app.py` or `python3 -m streamlit run streamlit_app.py`

View File

@ -11,6 +11,10 @@ Installation
2. Install the required dependencies with: `pip install -r requirements.txt`. 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. 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 Usage
----- -----