mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-12 12:54:52 +00:00
fix: Message API link
This commit is contained in:
parent
3c912f40bb
commit
173e5e6c4b
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user