From 7c8842b0b0ca9c84f2dedc6fbbd42faf1d6032c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20D=C3=BCmont?= <22489773+newtork@users.noreply.github.com> Date: Wed, 14 Aug 2024 09:51:21 +0200 Subject: [PATCH] Format --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d0003ca4..124390c4 100644 --- a/README.md +++ b/README.md @@ -360,7 +360,7 @@ final var config = OrchestrationConfig.create() .moduleConfigurations( ModuleConfigs.create() - .llmModuleConfig(llmConfig) + .llmModuleConfig(llmConfig) .templatingModuleConfig(templatingConfig) .filteringModuleConfig(filteringConfig))) .inputParams(inputParams);