Commit 444fbf8
fix(aibrix): revert PII model to ModernBERT configuration from PR #688
The aibrix E2E profile was designed to use ModernBERT for PII detection
(as configured in PR #688), but during the merge it was incorrectly
changed to use the LoRA PII model which isn't available in the aibrix
deployment.
This commit reverts the aibrix PII model configuration to use:
- model_id: "models/pii_classifier_modernbert-base_presidio_token_model"
- use_modernbert: true
This restores the original working configuration from PR #688 and allows
the aibrix E2E tests to pass while keeping the LoRA PII auto-detection
feature available for other profiles that explicitly configure it.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
Signed-off-by: Yossi Ovadia <yovadia@redhat.com>1 parent f379f43 commit 444fbf8
1 file changed
+3
-5
lines changedLines changed: 3 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
437 | 437 | | |
438 | 438 | | |
439 | 439 | | |
440 | | - | |
441 | | - | |
442 | | - | |
443 | | - | |
| 440 | + | |
| 441 | + | |
444 | 442 | | |
445 | 443 | | |
446 | | - | |
| 444 | + | |
447 | 445 | | |
448 | 446 | | |
449 | 447 | | |
| |||
0 commit comments