Commit 4ce1bbc
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 <[email protected]>
Signed-off-by: Yossi Ovadia <[email protected]>1 parent e7754b5 commit 4ce1bbc
1 file changed
+3
-5
lines changedLines changed: 3 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
438 | 438 | | |
439 | 439 | | |
440 | 440 | | |
441 | | - | |
442 | | - | |
443 | | - | |
444 | | - | |
| 441 | + | |
| 442 | + | |
445 | 443 | | |
446 | 444 | | |
447 | | - | |
| 445 | + | |
448 | 446 | | |
449 | 447 | | |
450 | 448 | | |
| |||
0 commit comments