Mishig commited on
Commit
9458046
·
unverified ·
1 Parent(s): c07e88e

[docs] Fix errors (#1218)

Browse files
Files changed (1) hide show
  1. docs/source/index.md +2 -2
docs/source/index.md CHANGED
@@ -10,7 +10,7 @@ Open source chat interface with support for tools, web search, multimodal and ma
10
 
11
  👤 **OpenID**: Optionally setup OpenID for user authentication
12
 
13
- ## Quickstart Locally
14
 
15
  You can quickly have a locally running chat-ui & LLM text-generation server thanks to chat-ui's [llama.cpp server support](https://huggingface.co/docs/chat-ui/configuration/models/providers/llamacpp).
16
 
@@ -69,7 +69,7 @@ npm install
69
  npm run dev -- --open
70
  ```
71
 
72
- read more [here](https://github.com/huggingface/chat-ui?tab=readme-ov-file#launch).
73
 
74
  <div class="flex justify-center">
75
  <img class="block dark:hidden" src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/chat-ui/llamacpp-light.png" height="auto"/>
 
10
 
11
  👤 **OpenID**: Optionally setup OpenID for user authentication
12
 
13
+ ## Quickstart
14
 
15
  You can quickly have a locally running chat-ui & LLM text-generation server thanks to chat-ui's [llama.cpp server support](https://huggingface.co/docs/chat-ui/configuration/models/providers/llamacpp).
16
 
 
69
  npm run dev -- --open
70
  ```
71
 
72
+ Read more [here](https://github.com/huggingface/chat-ui?tab=readme-ov-file#launch).
73
 
74
  <div class="flex justify-center">
75
  <img class="block dark:hidden" src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/chat-ui/llamacpp-light.png" height="auto"/>