From 8a6338b66e805b62437ccbd9be4d7d80c2f43201 Mon Sep 17 00:00:00 2001 From: inahwangg Date: Mon, 22 Sep 2025 03:38:04 +0900 Subject: [PATCH] Updates example recipe for LLM agent service settings Enable AIMLFW to read agent settings via environment variables, with optional overrides from the recipe file. Issue-ID: AIMLFW-255 Change-Id: I5c00399105d178f966af16d9ea83ebfe617a05b8 Signed-off-by: offina --- RECIPE_EXAMPLE/example_recipe_local_images_oran_latest.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/RECIPE_EXAMPLE/example_recipe_local_images_oran_latest.yaml b/RECIPE_EXAMPLE/example_recipe_local_images_oran_latest.yaml index 719c244..d42bde5 100644 --- a/RECIPE_EXAMPLE/example_recipe_local_images_oran_latest.yaml +++ b/RECIPE_EXAMPLE/example_recipe_local_images_oran_latest.yaml @@ -29,6 +29,10 @@ tm: # Overrides the image tag whose default is the chart appVersion. tag: "latest" pipelines: {"timeseries": "qoe_pipeline_h_release"} + agent: + enabled: false + llm_model: + llm_model_token: leofs: image: -- 2.16.6