Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/source/configuration/models/providers/tgi.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

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

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.
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.

```ini
MODELS=`[
Expand Down Expand Up @@ -62,5 +62,5 @@ MODELS=`[{
"type" : "tgi",
"url": "https://HOST:PORT",
}]
}]
}]`
```
Loading