Skip to content

Commit 1e420a8

Browse files
committed
Remove outdated list of services supporting chat_completion
1 parent 18a4c3f commit 1e420a8

File tree

4 files changed

+6
-7
lines changed

4 files changed

+6
-7
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: 3 additions & 3 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: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,11 @@ 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.
3433
* @rest_spec_name inference.chat_completion_unified
3534
* @availability stack since=8.18.0 stability=stable visibility=public
3635
* @availability serverless stability=stable visibility=public

0 commit comments

Comments
 (0)