Skip to content

Commit 24a9b04

Browse files
chore: ignore sample prompts
1 parent 02e13da commit 24a9b04

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

apps/llm/app/privacy_filter/index.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ import {
2424
matchEntities,
2525
} from '../../utils/piiMatching';
2626

27+
/* cspell:disable */
2728
// Sample tuned for the OpenAI base model — exercises the 8 entity types it
2829
// recognizes (person, email, phone, account_number, address, date, url,
2930
// secret).
@@ -42,6 +43,7 @@ Reach her at maria.lopez@example.com or +1 (415) 555-0142. Mailing address: 84 C
4243
Payment for last visit: Visa ending 4992-1133-7820-4419, expires 11/28, CVV 884. Bank routing 021000089, SWIFT BIC CHASUS33. Employer EIN tax ID 47-3320118. Customer ID CUST-553201, employee ID EMP-A0093.
4344
4445
Workstation MAC 3C:22:FB:8E:01:9A, IPv4 10.0.42.118, device IMEI 359888061234560. Service account API key sk-live-Tn8x3pLm2NvBqR7dYwZ4QF, password Hunter2!Spring. Session cookie sid=eyJ1c2VyIjoiOTk0MjIxMCJ9.`;
46+
/* cspell:enable */
4547

4648
const MODEL_OPTIONS: ModelOption<PrivacyFilterModelSources>[] = [
4749
{ label: 'OpenAI Privacy Filter (8 entities)', value: PRIVACY_FILTER_OPENAI },

0 commit comments

Comments
 (0)