Update docs/source/quicktour.md

Co-authored-by: Merve Noyan <merveenoyan@gmail.com>
This commit is contained in:
Omar Sanseviero 2023-08-10 14:52:33 +02:00 committed by GitHub
parent 5b920b6a4c
commit d369adfa8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,7 @@ To use GPUs, you need to install the [NVIDIA Container Toolkit](https://docs.nvi
</Tip>
Once TGI is running, you can use the `generate` endpoint by doing requests. To learn more about how to query the endpoints, check the [Consuming TGI](./basic_tutorials/consuming_tgi) section, where we show examples with utility libraries and UIs.
Once TGI is running, you can use the `generate` endpoint by doing requests. To learn more about how to query the endpoints, check the [Consuming TGI](./basic_tutorials/consuming_tgi) section, where we show examples with utility libraries and UIs. Below you can see a simple snippet to query the endpoint.
<inferencesnippet>