Merge branch 'vb/update-consuming-tgi-docs' of https://github.com/Vaibhavs10/text-generation-inference into vb/update-consuming-tgi-docs

This commit is contained in:
Vaibhav Srivastav 2024-08-13 18:43:27 +02:00
commit 6e00e05cec

View File

@ -8,7 +8,7 @@ You can make the requests using any tool of your preference, such as curl, Pytho
## curl ## curl
After a successful server launch, you can query the model using the `v1/chat/completions` route to get OpenAI Chat Completion API spec compliant responses: After a successful server launch, you can query the model using the `v1/chat/completions` route, to get responses that are compliant to the OpenAI Chat Completion spec:
```bash ```bash
curl -N localhost:3000/v1/chat/completions \ curl -N localhost:3000/v1/chat/completions \