Skip to content

Commit 7d2d9dd

Browse files
change
1 parent 21f44f8 commit 7d2d9dd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

orchestration/src/main/java/com/sap/ai/sdk/orchestration/OrchestrationAiModel.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@ public class OrchestrationAiModel implements AiModel {
1616
/** The name of the model */
1717
private String modelName;
1818

19-
/** The version of the model, defaults to "latest". */
20-
private String modelVersion = "latest";
21-
2219
/**
2320
* Optional parameters on this model.
2421
*
@@ -32,6 +29,9 @@ public class OrchestrationAiModel implements AiModel {
3229
*/
3330
private Map<String, Object> modelParams;
3431

32+
/** The version of the model, defaults to "latest". */
33+
private String modelVersion = "latest";
34+
3535
/** IBM Granite 13B chat completions model */
3636
public static final OrchestrationAiModel IBM_GRANITE_13B_CHAT =
3737
new OrchestrationAiModel("ibm--granite-13b-chat");

0 commit comments

Comments
 (0)