julien-c HF staff commited on
Commit
0c599d2
1 Parent(s): a26aaaa

Bump to `v0.2` (#229)

Browse files
Files changed (2) hide show
  1. PRIVACY.md +3 -1
  2. package.json +1 -1
PRIVACY.md CHANGED
@@ -2,7 +2,9 @@
2
 
3
  > Last updated: May 15, 2023
4
 
5
- By default, your conversations are shared with the model's authors (for the `v0.1` model, to <a target="_blank" href="https://open-assistant.io/dashboard">Open Assistant</a>) 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.
 
 
6
 
7
  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.
8
 
 
2
 
3
  > Last updated: May 15, 2023
4
 
5
+ Starting with `v0.2` of HuggingChat, users are authenticated through their HF user account.
6
+
7
+ By default, your conversations are shared with the model's authors (for the `v0.2` model, to <a target="_blank" href="https://open-assistant.io/dashboard">Open Assistant</a>) 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.
8
 
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.
10
 
package.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "name": "chat-ui",
3
- "version": "0.1.0",
4
  "private": true,
5
  "packageManager": "npm@9.5.0",
6
  "scripts": {
 
1
  {
2
  "name": "chat-ui",
3
+ "version": "0.2.0",
4
  "private": true,
5
  "packageManager": "npm@9.5.0",
6
  "scripts": {