Skip to content

Commit f89a75c

Browse files
committed
Formatting
1 parent 2fa79e0 commit f89a75c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -112,9 +112,6 @@ public class OrchestrationAiModel {
112112

113113
@Nonnull
114114
LLMModuleConfig createConfig() {
115-
return new LLMModuleConfig()
116-
.modelName(name)
117-
.modelParams(params)
118-
.modelVersion(version);
115+
return new LLMModuleConfig().modelName(name).modelParams(params).modelVersion(version);
119116
}
120117
}

0 commit comments

Comments
 (0)