From 811974e50e6d177f36888a30824239c90354e0c6 Mon Sep 17 00:00:00 2001 From: northern-64bit <75195383+northern-64bit@users.noreply.github.com> Date: Sat, 28 Dec 2024 18:21:55 +0100 Subject: [PATCH] Add missing ` in tgi.md (#1634) * Add missing ` in tgi.md * Fix link in tgi.md --- docs/source/configuration/models/providers/tgi.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/configuration/models/providers/tgi.md b/docs/source/configuration/models/providers/tgi.md index 04a56f5aa18..721cf023e9a 100644 --- a/docs/source/configuration/models/providers/tgi.md +++ b/docs/source/configuration/models/providers/tgi.md @@ -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=`[ @@ -62,5 +62,5 @@ MODELS=`[{ "type" : "tgi", "url": "https://HOST:PORT", }] -}] +}]` ```