Spaces:
Build error
Build error
Bump to `v0.2` (#229)
Browse files- PRIVACY.md +3 -1
- package.json +1 -1
PRIVACY.md
CHANGED
@@ -2,7 +2,9 @@
|
|
2 |
|
3 |
> Last updated: May 15, 2023
|
4 |
|
5 |
-
|
|
|
|
|
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.
|
4 |
"private": true,
|
5 |
"packageManager": "[email protected]",
|
6 |
"scripts": {
|
|
|
1 |
{
|
2 |
"name": "chat-ui",
|
3 |
+
"version": "0.2.0",
|
4 |
"private": true,
|
5 |
"packageManager": "[email protected]",
|
6 |
"scripts": {
|