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: