Skip to content

Commit a149a6a

Browse files
julien-cPierrci
andauthored
Privacy update (huggingface#1018)
* Update PRIVACY.md * Update .env.template * Update PRIVACY.md Co-authored-by: Pierric Cistac <[email protected]> * A bit heavy maybe haha but 🤷 --------- Co-authored-by: Pierric Cistac <[email protected]>
1 parent d4f393d commit a149a6a

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

.env.template

+1-1
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ PUBLIC_APP_ASSETS=huggingchat
233233
PUBLIC_APP_COLOR=yellow
234234
PUBLIC_APP_DESCRIPTION="Making the community's best AI chat models available to everyone."
235235
PUBLIC_APP_DISCLAIMER_MESSAGE="Disclaimer: AI is an area of active research with known problems such as biased generation and misinformation. Do not use this application for high-stakes decisions or advice."
236-
PUBLIC_APP_DATA_SHARING=1
236+
PUBLIC_APP_DATA_SHARING=0
237237
PUBLIC_APP_DISCLAIMER=1
238238

239239
PUBLIC_GOOGLE_ANALYTICS_ID=G-8Q63TH4CSL

PRIVACY.md

+10-4
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,31 @@
11
## Privacy
22

3-
> Last updated: October 4, 2023
3+
> Last updated: April 15, 2024
44
55
Users of HuggingChat are authenticated through their HF user account.
66

7-
By default, your conversations may be shared with the respective models' authors to improve their training data and model over time. Model authors are the custodians of the data collected by their model, even if it's hosted on our platform.
7+
We endorse Privacy by Design. As such, your conversations are private to you and will not be shared with anyone, including model authors, for any purpose, including for research or model training purposes.
88

9-
If you disable data sharing in your settings, your conversations will not be used for any downstream usage (including for research or model training purposes), and they will only be stored to let you access past conversations. You can click on the Delete icon to delete any past conversation at any moment.
9+
You conversation data will only be stored to let you access past conversations. You can click on the Delete icon to delete any past conversation at any moment.
1010

1111
🗓 Please also consult huggingface.co's main privacy policy at <https://huggingface.co/privacy>. To exercise any of your legal privacy rights, please send an email to <[email protected]>.
1212

1313
## About available LLMs
1414

1515
The goal of this app is to showcase that it is now possible to build an open source alternative to ChatGPT. 💪
1616

17-
For now (October 2023), it's running:
17+
We aim to always provide a diverse set of state of the art open LLMs, hence we rotate the available models over time.
18+
19+
Historically, HuggingChat has been running models such as:
1820

1921
- [Llama 2 70B](https://huggingface.co/meta-llama/Llama-2-70b-chat-hf)
2022
- [CodeLlama 35B](https://about.fb.com/news/2023/08/code-llama-ai-for-coding/)
2123
- [Falcon 180B](https://www.tii.ae/news/technology-innovation-institute-introduces-worlds-most-powerful-open-llm-falcon-180b)
2224
- [Mistral 7B](https://mistral.ai/news/announcing-mistral-7b/)
25+
- [Cohere Command R+](https://huggingface.co/chat/models/CohereForAI/c4ai-command-r-plus)
26+
- [Google Gemma 7B](https://huggingface.co/chat/models/google/gemma-1.1-7b-it)
27+
28+
This is only a partial list. Check the [models](https://huggingface.co/chat/models/) page for up-to-date list of the best available LLMs.
2329

2430
## Technical details
2531

0 commit comments

Comments
 (0)