Skip to content

Commit c005fd4

Browse files
authored
Remove outdated list of services supporting chat_completion (#5844)
1 parent 18a4c3f commit c005fd4

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

output/openapi/elasticsearch-openapi.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/openapi/elasticsearch-serverless-openapi.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/schema/schema.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

specification/inference/chat_completion_unified/UnifiedRequest.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ import { RequestChatCompletion } from '@inference/_types/CommonTypes'
2525
* Perform chat completion inference on the service.
2626
*
2727
* The chat completion inference API enables real-time responses for chat completion tasks by delivering answers incrementally, reducing response times during computation.
28-
* It only works with the `chat_completion` task type for `openai` and `elastic` inference services.
28+
* It only works with the `chat_completion` task type.
2929
*
3030
* NOTE: The `chat_completion` task type is only available within the _stream API and only supports streaming.
3131
* The Chat completion inference API and the Stream inference API differ in their response structure and capabilities.
3232
* The Chat completion inference API provides more comprehensive customization options through more fields and function calling support.
33-
* If you use the `openai`, `hugging_face` or the `elastic` service, use the Chat completion inference API.
33+
* To determine whether a given inference service supports this task type, please see the page for that service.
3434
* @rest_spec_name inference.chat_completion_unified
3535
* @availability stack since=8.18.0 stability=stable visibility=public
3636
* @availability serverless stability=stable visibility=public

0 commit comments

Comments
 (0)