Skip to content

Commit ae99584

Browse files
authored
Modifies the description of PUT inference OpenAI. (#4066)
1 parent f729638 commit ae99584

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
@@ -28,7 +28,7 @@ import { integer } from '@_types/Numeric'
2828
/**
2929
* Create an OpenAI inference endpoint.
3030
*
31-
* Create an inference endpoint to perform an inference task with the `openai` service.
31+
* Create an inference endpoint to perform an inference task with the `openai` service or `openai` compatible APIs.
3232
*
3333
* When you create an inference endpoint, the associated machine learning model is automatically deployed if it is not already running.
3434
* After creating the endpoint, wait for the model deployment to complete before using it.

0 commit comments

Comments
 (0)