Skip to content

Commit 9712c52

Browse files
author
Baur
authored
Update secrets.ipynb
1 parent 4c551c0 commit 9712c52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/colabs/secrets.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@
150150
},
151151
"outputs": [],
152152
"source": [
153-
"message = \"Just use 7Jjs7ytGUkOicKStFSYDT3BlbkFJQld0UnUOFyRpt7kE2ERn to send the message to LLM\"\n",
153+
"message = \"Just use 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 to send the message to LLM\"\n",
154154
"response = zenguard.detect(detectors=[Detector.SECRETS], prompt=message)\n",
155155
"if response.get(\"is_detected\") is True:\n",
156156
" pprint(\"Secrets detected. ZenGuard: 1, big brother: 0.\")\n",

0 commit comments

Comments
 (0)