diff --git a/charts/all/rag-llm/values.yaml b/charts/all/rag-llm/values.yaml index 4171a3f7..1ebfd3b4 100644 --- a/charts/all/rag-llm/values.yaml +++ b/charts/all/rag-llm/values.yaml @@ -5,9 +5,8 @@ global: db: index: docs type: EDB -# Add for model ID model: - modelId: ibm-granite/granite-3.1-8b-instruct + modelId: ibm-granite/granite-3.1-8b-instruct llmui: namespace: "rag-llm" @@ -15,7 +14,7 @@ llmui: replicaCount: 1 image: - repository: 'quay.io/ecosystem-appeng/rag-llm-ui' + repository: 'quay.io/ecosystem-appeng/rag-llm-ui' pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. tag: "1.0"