Skip to content

Commit 9b53390

Browse files
Add changelog and update test
1 parent ad4eac9 commit 9b53390

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

docs/changelog/138726.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 136624
2+
summary: Added Azure OpenAI chat_completion support to the Inference Plugin
3+
area: Machine Learning
4+
type: enhancement
5+
issues: []

x-pack/plugin/inference/qa/inference-service-tests/src/javaRestTest/java/org/elasticsearch/xpack/inference/InferenceGetServicesIT.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,7 @@ public void testGetServicesWithChatCompletionTaskType() throws IOException {
188188
containsInAnyOrder(
189189
List.of(
190190
"ai21",
191+
"azureopenai",
191192
"llama",
192193
"deepseek",
193194
"elastic",

0 commit comments

Comments
 (0)