From ce8ebb3a3664f5760867b8e7bbffb404d12e73ba Mon Sep 17 00:00:00 2001 From: mvle Date: Thu, 12 Mar 2026 09:59:47 -0500 Subject: [PATCH] change default value of nemo_config_id and cleanup Makefile Signed-off-by: mvle --- plugins/examples/nemocheck/k8deploy/Makefile | 4 ++-- resources/config/config.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/examples/nemocheck/k8deploy/Makefile b/plugins/examples/nemocheck/k8deploy/Makefile index a4617ec..7852614 100644 --- a/plugins/examples/nemocheck/k8deploy/Makefile +++ b/plugins/examples/nemocheck/k8deploy/Makefile @@ -17,8 +17,8 @@ deploy: kubectl apply -f config-tools.yaml kubectl apply -f server.yaml -all: pull-rits-webui load deploy - @echo "pull build load deploy" +all: load deploy + @echo "build load deploy" port-forward: kubectl port-forward -n istio-system service/nemo-guardrails-service 8000:8000 diff --git a/resources/config/config.yaml b/resources/config/config.yaml index 4f776ed..9a0a068 100644 --- a/resources/config/config.yaml +++ b/resources/config/config.yaml @@ -11,7 +11,7 @@ plugins: # Replace with model name guardrailed by NeMo, for logging nemo_model: "model-org/guardrailed-model" # NeMo configuration ID to use for guardrails - nemo_config_id: "default" + nemo_config_id: "rails-custom-action" # Plugin directories to scan plugin_dirs: