We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fa79e0 commit f89a75cCopy full SHA for f89a75c
orchestration/src/main/java/com/sap/ai/sdk/orchestration/OrchestrationAiModel.java
@@ -112,9 +112,6 @@ public class OrchestrationAiModel {
112
113
@Nonnull
114
LLMModuleConfig createConfig() {
115
- return new LLMModuleConfig()
116
- .modelName(name)
117
- .modelParams(params)
118
- .modelVersion(version);
+ return new LLMModuleConfig().modelName(name).modelParams(params).modelVersion(version);
119
}
120
0 commit comments