nsarrazin HF Staff commited on
Commit
f0a3ba3
·
1 Parent(s): 54a5aad

docs: update about page

Browse files

- app is no longer running a space
- added link to models discussion page
- added links to repo

Files changed (1) hide show
  1. PRIVACY.md +8 -15
PRIVACY.md CHANGED
@@ -1,6 +1,6 @@
1
  ## Privacy
2
 
3
- > Last updated: April 15, 2024
4
 
5
  Users of HuggingChat are authenticated through their HF user account.
6
 
@@ -14,28 +14,21 @@ You conversation data will only be stored to let you access past conversations.
14
 
15
  The goal of this app is to showcase that it is now possible to build an open source alternative to ChatGPT. 💪
16
 
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:
20
-
21
- - [Llama 2 70B](https://huggingface.co/meta-llama/Llama-2-70b-chat-hf)
22
- - [CodeLlama 35B](https://about.fb.com/news/2023/08/code-llama-ai-for-coding/)
23
- - [Falcon 180B](https://www.tii.ae/news/technology-innovation-institute-introduces-worlds-most-powerful-open-llm-falcon-180b)
24
- - [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.
29
 
30
  ## Technical details
31
 
32
- This app is running in a [Space](https://huggingface.co/docs/hub/spaces-overview), which entails that the code for this UI is publicly visible [inside the Space repo](https://huggingface.co/spaces/huggingchat/chat-ui/tree/main).
 
 
33
 
34
- **Further development takes place on the [huggingface/chat-ui GitHub repo](https://github.com/huggingface/chat-ui).**
35
 
36
  The inference backend is running the optimized [text-generation-inference](https://github.com/huggingface/text-generation-inference) on HuggingFace's Inference API infrastructure.
37
 
38
- It is therefore possible to deploy a copy of this app to a Space and customize it (swap model, add some UI elements, or store user messages according to your own Terms and conditions). You can also 1-click deploy your own instance using the [Chat UI Spaces Docker template](https://huggingface.co/new-space?template=huggingchat/chat-ui-template).
39
 
40
  We welcome any feedback on this app: please participate to the public discussion at <https://huggingface.co/spaces/huggingchat/chat-ui/discussions>
41
 
 
1
  ## Privacy
2
 
3
+ > Last updated: Feb 14, 2025
4
 
5
  Users of HuggingChat are authenticated through their HF user account.
6
 
 
14
 
15
  The goal of this app is to showcase that it is now possible to build an open source alternative to ChatGPT. 💪
16
 
17
+ We aim to always provide a diverse set of state of the art open LLMs, hence we rotate the available models over time. Discuss available models and request new ones on the [models discussion page](https://huggingface.co/spaces/huggingchat/chat-ui/discussions/372).
18
 
19
+ Check the [models](https://huggingface.co/chat/models/) page for an up-to-date list of the best available LLMs.
 
 
 
 
 
 
 
 
 
20
 
21
  ## Technical details
22
 
23
+ [![chat-ui](https://img.shields.io/github/stars/huggingface/chat-ui)](https://github.com/huggingface/chat-ui)
24
+
25
+ The app is completely open source, and further development takes place on the [huggingface/chat-ui](https://github.com/huggingface/chat-ui) GitHub repo. We're always open to contributions!
26
 
27
+ You can find the production configuration for HuggingChat [here](https://github.com/huggingface/chat-ui/blob/main/chart/env/prod.yaml).
28
 
29
  The inference backend is running the optimized [text-generation-inference](https://github.com/huggingface/text-generation-inference) on HuggingFace's Inference API infrastructure.
30
 
31
+ It is possible to deploy a copy of this app to a Space and customize it (swap model, add some UI elements, or store user messages according to your own Terms and conditions). You can also 1-click deploy your own instance using the [Chat UI Spaces Docker template](https://huggingface.co/new-space?template=huggingchat/chat-ui-template).
32
 
33
  We welcome any feedback on this app: please participate to the public discussion at <https://huggingface.co/spaces/huggingchat/chat-ui/discussions>
34