Skip to content

Commit 23c280b

Browse files
Add missing ` in tgi.md (huggingface#1634)
* Add missing ` in tgi.md * Fix link in tgi.md
1 parent dbec5cd commit 23c280b

File tree

1 file changed

+2
-2
lines changed
  • docs/source/configuration/models/providers

1 file changed

+2
-2
lines changed

docs/source/configuration/models/providers/tgi.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
\* Multimodal is only supported with the IDEFICS model. Please see the [Multimodal](../multimodal) section.
1111

12-
By default, if `endpoints` are left unspecified, Chat UI will look for the model on the hosted Hugging Face inference API using the model name, and use your `HF_TOKEN`. Refer to the [overview](/configuration/models/overview) for more information about model configuration.
12+
By default, if `endpoints` are left unspecified, Chat UI will look for the model on the hosted Hugging Face inference API using the model name, and use your `HF_TOKEN`. Refer to the [overview](../overview) for more information about model configuration.
1313

1414
```ini
1515
MODELS=`[
@@ -62,5 +62,5 @@ MODELS=`[{
6262
"type" : "tgi",
6363
"url": "https://HOST:PORT",
6464
}]
65-
}]
65+
}]`
6666
```

0 commit comments

Comments
 (0)