Skip to content

Commit 07c79da

Browse files
Modifies the description of PUT inference OpenAI. (#4066) (#4070)
(cherry picked from commit ae99584) Co-authored-by: István Zoltán Szabó <[email protected]>
1 parent 5410be7 commit 07c79da

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-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-serverless.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.

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/put_openai/PutOpenAiRequest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ import { Id } from '@_types/common'
3030
/**
3131
* Create an OpenAI inference endpoint.
3232
*
33-
* Create an inference endpoint to perform an inference task with the `openai` service.
33+
* Create an inference endpoint to perform an inference task with the `openai` service or `openai` compatible APIs.
3434
*
3535
* When you create an inference endpoint, the associated machine learning model is automatically deployed if it is not already running.
3636
* After creating the endpoint, wait for the model deployment to complete before using it.

0 commit comments

Comments
 (0)