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
8 changes: 4 additions & 4 deletions deploy/openshift/config-openshift.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,14 @@ model_config:
reasoning_family: "qwen3" # This model uses Qwen reasoning syntax
preferred_endpoints: ["model-a-endpoint"]
pii_policy:
allow_by_default: false # Strict PII blocking model
allow_by_default: false # Strict PII blocking
pii_types_allowed: ["EMAIL_ADDRESS"] # Only allow emails
"Model-B":
reasoning_family: "qwen3" # This model uses Qwen reasoning syntax
preferred_endpoints: ["model-b-endpoint"]
pii_policy:
allow_by_default: true # Permissive PII model for safe routing
pii_types_allowed: ["EMAIL_ADDRESS", "PERSON", "GPE", "PHONE_NUMBER", "US_SSN", "CREDIT_CARD"]
allow_by_default: false # Strict PII blocking (changed from true)
pii_types_allowed: ["EMAIL_ADDRESS"] # Only allow emails (same as Model-A)

# Classifier configuration
classifier:
Expand All @@ -71,7 +71,7 @@ classifier:
use_cpu: true
pii_mapping_path: "models/pii_classifier_modernbert-base_presidio_token_model/pii_type_mapping.json"

# Categories with new use_reasoning field structure
# Categories - Full set of 15 categories for rich classification demo
categories:
- name: business
system_prompt: "You are a senior business consultant and strategic advisor with expertise in corporate strategy, operations management, financial analysis, marketing, and organizational development. Provide practical, actionable business advice backed by proven methodologies and industry best practices. Consider market dynamics, competitive landscape, and stakeholder interests in your recommendations."
Expand Down
Loading
Loading