osanseviero HF staff commited on
Commit
569bde3
1 Parent(s): ac291a6

Update README.md (#359)

Browse files
Files changed (1) hide show
  1. README.md +9 -7
README.md CHANGED
@@ -16,12 +16,20 @@ app_port: 3000
16
 
17
  A chat interface using open source models, eg OpenAssistant. It is a SvelteKit app and it powers the [HuggingChat app on hf.co/chat](https://huggingface.co/chat).
18
 
 
19
  1. [Setup](#setup)
20
  2. [Launch](#launch)
21
  3. [Extra parameters](#extra-parameters)
22
  4. [Deploying to a HF Space](#deploying-to-a-hf-space)
23
  5. [Building](#building)
24
- 6. [Deploying on HF Spaces with ChatUI Docker template](#deploying-on-hf-spaces)
 
 
 
 
 
 
 
25
 
26
  ## Setup
27
 
@@ -215,9 +223,3 @@ npm run build
215
  You can preview the production build with `npm run preview`.
216
 
217
  > To deploy your app, you may need to install an [adapter](https://kit.svelte.dev/docs/adapters) for your target environment.
218
-
219
- ##  Deploying on HF Spaces with ChatUI Docker template
220
-
221
- You can deploy your own customized Chat UI instance with any model of your choice with only a few clicks to Hugging Face Spaces thanks to the Chat UI Spaces Docker template. Get started [here](https://huggingface.co/new-space?template=huggingchat/chat-ui-template).
222
-
223
- Read the full tutorial [here](https://huggingface.co/docs/hub/spaces-sdks-docker-chatui#chatui-on-spaces).
 
16
 
17
  A chat interface using open source models, eg OpenAssistant. It is a SvelteKit app and it powers the [HuggingChat app on hf.co/chat](https://huggingface.co/chat).
18
 
19
+ 0. [No Setup Deploy](#no-setup-deploy)
20
  1. [Setup](#setup)
21
  2. [Launch](#launch)
22
  3. [Extra parameters](#extra-parameters)
23
  4. [Deploying to a HF Space](#deploying-to-a-hf-space)
24
  5. [Building](#building)
25
+
26
+ ##  No Setup Deploy
27
+
28
+ If you don't want to configure, setup, and launch your own Chat UI yourself, you can use this option as a fast deploy alternative.
29
+
30
+ You can deploy your own customized Chat UI instance with any supported LLM of your choice with only a few clicks to Hugging Face Spaces thanks to the Chat UI Spaces Docker template. Get started [here](https://huggingface.co/new-space?template=huggingchat/chat-ui-template).
31
+
32
+ Read the full tutorial [here](https://huggingface.co/docs/hub/spaces-sdks-docker-chatui#chatui-on-spaces).
33
 
34
  ## Setup
35
 
 
223
  You can preview the production build with `npm run preview`.
224
 
225
  > To deploy your app, you may need to install an [adapter](https://kit.svelte.dev/docs/adapters) for your target environment.