You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: x-pack/plugin/inference/qa/inference-service-tests/src/javaRestTest/java/org/elasticsearch/xpack/inference/InferenceGetServicesIT.java
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -34,6 +34,7 @@ public void testGetServicesWithoutTaskType() throws IOException {
34
34
allProviders(),
35
35
containsInAnyOrder(
36
36
List.of(
37
+
"ai21",
37
38
"alibabacloud-ai-search",
38
39
"amazonbedrock",
39
40
"anthropic",
@@ -47,6 +48,7 @@ public void testGetServicesWithoutTaskType() throws IOException {
47
48
"googlevertexai",
48
49
"hugging_face",
49
50
"jinaai",
51
+
"llama",
50
52
"mistral",
51
53
"openai",
52
54
"streaming_completion_test_service",
@@ -91,6 +93,7 @@ public void testGetServicesWithTextEmbeddingTaskType() throws IOException {
91
93
"googlevertexai",
92
94
"hugging_face",
93
95
"jinaai",
96
+
"llama",
94
97
"mistral",
95
98
"openai",
96
99
"text_embedding_test_service",
@@ -131,6 +134,8 @@ public void testGetServicesWithCompletionTaskType() throws IOException {
131
134
providersFor(TaskType.COMPLETION),
132
135
containsInAnyOrder(
133
136
List.of(
137
+
"ai21",
138
+
"llama",
134
139
"alibabacloud-ai-search",
135
140
"amazonbedrock",
136
141
"anthropic",
@@ -157,6 +162,8 @@ public void testGetServicesWithChatCompletionTaskType() throws IOException {
0 commit comments