Skip to content

Commit c28baa4

Browse files
committed
Fix version
Signed-off-by: Sicheng Song <sicheng.song@outlook.com>
1 parent e408346 commit c28baa4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/src/main/java/org/opensearch/ml/common/transport/register/MLRegisterModelInput.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ public class MLRegisterModelInput implements ToXContentObject, Writeable {
7171
public static final Version MINIMAL_SUPPORTED_VERSION_FOR_DOES_VERSION_CREATE_MODEL_GROUP = Version.V_2_11_0;
7272
public static final Version MINIMAL_SUPPORTED_VERSION_FOR_AGENT_FRAMEWORK = Version.V_2_12_0;
7373
public static final Version MINIMAL_SUPPORTED_VERSION_FOR_GUARDRAILS_AND_AUTO_DEPLOY = Version.V_2_13_0;
74-
public static final Version MINIMAL_SUPPORTED_VERSION_FOR_INTERFACE = Version.V_2_14_0;
74+
public static final Version MINIMAL_SUPPORTED_VERSION_FOR_INTERFACE = Version.V_2_13_0;
7575

7676
private FunctionName functionName;
7777
private String modelName;

0 commit comments

Comments
 (0)