From 9cc6e0db7630b2a05b38379119b63e08688d76e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Victor=20Mu=C5=A1tar?= Date: Thu, 20 Nov 2025 09:55:54 +0100 Subject: [PATCH 1/2] Update references from Hugging Chat to HuggingChat --- docs/hub/spaces-oauth.md | 2 +- docs/hub/spaces-sdks-docker-chatui.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/hub/spaces-oauth.md b/docs/hub/spaces-oauth.md index d6b2a5cf1..a6010ac0e 100644 --- a/docs/hub/spaces-oauth.md +++ b/docs/hub/spaces-oauth.md @@ -104,7 +104,7 @@ Basically, you need to: > [!WARNING] > You should use `target=_blank` on the button to open the sign-in page in a new tab, unless you run the space outside its `iframe`. Otherwise, you might encounter issues with cookies on some browsers. -## Examples: +## HuggingChat - [Gradio test app](https://huggingface.co/spaces/Wauplin/gradio-oauth-test) - [Hugging Chat (NodeJS/SvelteKit)](https://huggingface.co/spaces/huggingchat/chat-ui) diff --git a/docs/hub/spaces-sdks-docker-chatui.md b/docs/hub/spaces-sdks-docker-chatui.md index b13cb828f..b1e1f5637 100644 --- a/docs/hub/spaces-sdks-docker-chatui.md +++ b/docs/hub/spaces-sdks-docker-chatui.md @@ -1,6 +1,6 @@ # ChatUI on Spaces -**Hugging Chat** is an open-source interface enabling everyone to try open-source large language models such as Falcon, StarCoder, and BLOOM. Thanks to an official Docker template called ChatUI, you can deploy your own Hugging Chat based on a model of your choice with a few clicks using Hugging Face's infrastructure. +**HuggingChat** is an open-source interface enabling everyone to try open-source large language models such as Falcon, StarCoder, and BLOOM. Thanks to an official Docker template called ChatUI, you can deploy your own HuggingChat based on a model of your choice with a few clicks using Hugging Face's infrastructure. ## Deploy your own Chat UI From da8900ea9764fa32028ae8e48ad2e615bc7d585b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Victor=20Mu=C5=A1tar?= Date: Mon, 8 Dec 2025 21:59:31 +0100 Subject: [PATCH 2/2] Address PR review feedback: revert Examples heading, fix HuggingChat spelling --- docs/hub/spaces-oauth.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/hub/spaces-oauth.md b/docs/hub/spaces-oauth.md index a6010ac0e..0eea39e52 100644 --- a/docs/hub/spaces-oauth.md +++ b/docs/hub/spaces-oauth.md @@ -104,10 +104,10 @@ Basically, you need to: > [!WARNING] > You should use `target=_blank` on the button to open the sign-in page in a new tab, unless you run the space outside its `iframe`. Otherwise, you might encounter issues with cookies on some browsers. -## HuggingChat +## Examples: - [Gradio test app](https://huggingface.co/spaces/Wauplin/gradio-oauth-test) -- [Hugging Chat (NodeJS/SvelteKit)](https://huggingface.co/spaces/huggingchat/chat-ui) +- [HuggingChat (NodeJS/SvelteKit)](https://huggingface.co/spaces/huggingchat/chat-ui) - [Inference Widgets (Auth.js/SvelteKit)](https://huggingface.co/spaces/huggingfacejs/inference-widgets), uses the `inference-api` scope to make inference requests on behalf of the user. - [Client-Side in a Static Space (huggingface.js)](https://huggingface.co/spaces/huggingfacejs/client-side-oauth) - very simple JavaScript example.