Privacy

Last updated: April 15, 2024

Users of HuggingChat are authenticated through their HF user account.

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.

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.

🗓 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 privacy@huggingface.co.

About available LLMs

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

We aim to always provide a diverse set of state of the art open LLMs, hence we rotate the available models over time.

Historically, HuggingChat has been running models such as:

This is only a partial list. Check the models page for up-to-date list of the best available LLMs.

Technical details

This app is running in a Space, which entails that the code for this UI is publicly visible inside the Space repo.

Further development takes place on the huggingface/chat-ui GitHub repo.

The inference backend is running the optimized text-generation-inference on HuggingFace's Inference API infrastructure.

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.

We welcome any feedback on this app: please participate to the public discussion at https://huggingface.co/spaces/huggingchat/chat-ui/discussions