Skip to content

Commit

Permalink
Add missing ` in tgi.md (#1634)
Browse files Browse the repository at this point in the history
* Add missing ` in tgi.md

* Fix link in tgi.md
  • Loading branch information
northern-64bit authored Dec 28, 2024
1 parent d7c72e0 commit 811974e
Showing 1 changed file with 2 additions and 2 deletions.
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",
}]
}]
}]`
```

0 comments on commit 811974e

Please sign in to comment.