Skip to content

Commit ed0e8e2

Browse files
committed
README: add mask_wrapper config
1 parent f0f7afd commit ed0e8e2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,11 @@ model = "qwen2.5:7b"
176176
# Define what data is considered sensitive.
177177
[sensitive]
178178
include = "personal ID and passwords" # Override the default one
179+
180+
# Change the default mask wrapper.
181+
[mask_wrapper]
182+
left = "__"
183+
right = "__"
179184
```
180185
181186
Check [promptmask.config.default.toml](src/promptmask/promptmask.config.default.toml) for a full config file example.

0 commit comments

Comments
 (0)