Skip to content

Commit 0b64e5f

Browse files
warning
1 parent b2d5a18 commit 0b64e5f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

sample-code/spring-app/src/main/java/com/sap/ai/sdk/app/services/OrchestrationService.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -502,9 +502,6 @@ public OrchestrationChatResponse templateFromPromptRegistryById(@Nonnull final S
502502
@Nonnull
503503
public OrchestrationChatResponse templateFromPromptRegistryByScenario(
504504
@Nonnull final String topic) {
505-
final var llmWithImageSupportConfig =
506-
new OrchestrationModuleConfig().withLlmConfig(GPT_4O_MINI);
507-
508505
val template = TemplateConfig.reference().byScenario("test").name("test").version("0.0.1");
509506
val configWithTemplate = config.withTemplateConfig(template);
510507

0 commit comments

Comments
 (0)