Skip to content

Commit 2e4fb05

Browse files
Moving tests around
1 parent cad6f1e commit 2e4fb05

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* 2.0.
66
*/
77

8-
package org.elasticsearch.xpack.inference.external.request.openai;
8+
package org.elasticsearch.xpack.inference.external.request.elastic;
99

1010
import org.elasticsearch.common.Strings;
1111
import org.elasticsearch.inference.UnifiedCompletionRequest;
@@ -14,6 +14,7 @@
1414
import org.elasticsearch.xcontent.XContentBuilder;
1515
import org.elasticsearch.xcontent.json.JsonXContent;
1616
import org.elasticsearch.xpack.inference.external.http.sender.UnifiedChatInput;
17+
import org.elasticsearch.xpack.inference.external.request.openai.OpenAiUnifiedChatCompletionRequestEntity;
1718
import org.elasticsearch.xpack.inference.services.openai.completion.OpenAiChatCompletionModel;
1819

1920
import java.io.IOException;

0 commit comments

Comments
 (0)