Spaces:
Running
Running
northern-64bit
commited on
Add missing ` in tgi.md (#1634)
Browse files* Add missing ` in tgi.md
* Fix link in tgi.md
docs/source/configuration/models/providers/tgi.md
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
|
10 |
\* Multimodal is only supported with the IDEFICS model. Please see the [Multimodal](../multimodal) section.
|
11 |
|
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](
|
13 |
|
14 |
```ini
|
15 |
MODELS=`[
|
@@ -62,5 +62,5 @@ MODELS=`[{
|
|
62 |
"type" : "tgi",
|
63 |
"url": "https://HOST:PORT",
|
64 |
}]
|
65 |
-
}]
|
66 |
```
|
|
|
9 |
|
10 |
\* Multimodal is only supported with the IDEFICS model. Please see the [Multimodal](../multimodal) section.
|
11 |
|
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.
|
13 |
|
14 |
```ini
|
15 |
MODELS=`[
|
|
|
62 |
"type" : "tgi",
|
63 |
"url": "https://HOST:PORT",
|
64 |
}]
|
65 |
+
}]`
|
66 |
```
|