fix: Message API link

This commit is contained in:
Hugo Larcher 2024-07-16 11:23:02 +02:00 committed by Nicolas Patry
parent 3c912f40bb
commit 173e5e6c4b
No known key found for this signature in database
GPG Key ID: 64AF4752B2967863
2 changed files with 2 additions and 5 deletions

View File

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

View File

@ -13,7 +13,7 @@
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