Skip to content

Commit

Permalink
fix: Message API link
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugoch authored and Narsil committed Aug 9, 2024
1 parent 3c912f4 commit 173e5e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions docs/source/_toctree.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions docs/source/reference/api_reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 173e5e6

Please sign in to comment.