From 173e5e6c4ba28fa335829ebb04cc76fa78c0b817 Mon Sep 17 00:00:00 2001 From: Hugo Larcher Date: Tue, 16 Jul 2024 11:23:02 +0200 Subject: [PATCH] fix: Message API link --- docs/source/_toctree.yml | 3 --- docs/source/reference/api_reference.md | 4 ++-- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/docs/source/_toctree.yml b/docs/source/_toctree.yml index 67418218..5892bff6 100644 --- a/docs/source/_toctree.yml +++ b/docs/source/_toctree.yml @@ -23,7 +23,6 @@ title: Internal Architecture - local: usage_statistics title: Usage Statistics - title: Getting started - sections: - local: basic_tutorials/consuming_tgi title: Consuming TGI @@ -47,8 +46,6 @@ title: Train Medusa title: Tutorials - sections: - - local: architecture - title: Internal Architecture - local: reference/launcher title: All TGI CLI options - local: reference/metrics diff --git a/docs/source/reference/api_reference.md b/docs/source/reference/api_reference.md index 2a1deeaa..52043c80 100644 --- a/docs/source/reference/api_reference.md +++ b/docs/source/reference/api_reference.md @@ -11,9 +11,9 @@ - [Cloud Providers](#cloud-providers) - [Amazon SageMaker](#amazon-sagemaker) -The HTTP API is a RESTful API that allows you to interact with the text-generation-inference component. Two endpoints are available: +The HTTP API is a RESTful API that allows you to interact with the text-generation-inference component. Two endpoints are available: * Text Generation Inference [custom API](https://huggingface.github.io/text-generation-inference/) -* OpenAI's [Messages API](https://huggingface.co/docs/text-generation-inference/messages_api) +* OpenAI's [Messages API](#openai-messages-api) ## Text Generation Inference custom API