File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
orchestration/src/main/java/com/sap/ai/sdk/orchestration Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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" );
You can’t perform that action at this time.
0 commit comments