2024 chatgpt update

This commit is contained in:
Your a
2024-05-06 10:24:52 +03:00
parent 6e6445d44a
commit c8302bf3ae
8709 changed files with 190023 additions and 18711 deletions
+60 -2
View File
@@ -1,5 +1,5 @@
[![PII Detector](https://flow-prompt-covers.s3.us-west-1.amazonaws.com/icon/realistic/real_7.png)](https://gptcall.net/chat.html?data=%7B%22contact%22%3A%7B%22id%22%3A%225vTkikwg4IxFQ-lIymc0M%22%2C%22flow%22%3Atrue%7D%7D)
# PII Detector | [Start Chat](https://gptcall.net/chat.html?data=%7B%22contact%22%3A%7B%22id%22%3A%225vTkikwg4IxFQ-lIymc0M%22%2C%22flow%22%3Atrue%7D%7D)
Personally Identifiable Information Detector. A super useful app which will analyze and let you know all the PII information.
@@ -11,6 +11,65 @@ You will be specified with the content which consists of the personally identifi
{{ content }}
```
## Welcome Message
{
"PII": [
{
"Name": "David Johnson",
"Social Security Number": "123-45-6789",
"Medicare Number": "12349082673",
"Address": "Maine",
"Credit Card Number": "4095-2609-9393-4932",
"Passport Number": "191280342",
"Phone Number": "(212) 555-1234"
},
{
"Name": "Kate",
"Social Security Number": "078-05-1126",
"Driver License Number": "1234567A"
}
],
"PHI": [],
"Other Information": [
{
"Crypto Wallet ID": "16Yeky6GMjeNkAiNcBY7ZhrLoMSgg1BoyZ",
"Visited Website": "microsoft.com",
"Email Address": "test@presidio.site",
"IP Address": "192.168.0.1",
"International Bank Account Number": "IL150120690000003111111",
"Bank Account Number": "954567876544"
}
]
}
## Conversation
**ASSISTANT**: {
@@ -71,4 +130,3 @@ You will be specified with the content which consists of the personally identifi
}