Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions plugins/examples/nemocheck/k8deploy/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion resources/config/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Loading