mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-12 04:44:52 +00:00
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:
commit
6e00e05cec
@ -8,7 +8,7 @@ You can make the requests using any tool of your preference, such as curl, Pytho
|
||||
|
||||
## 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
|
||||
curl -N localhost:3000/v1/chat/completions \
|
||||
|
Loading…
Reference in New Issue
Block a user