We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c551c0 commit 9712c52Copy full SHA for 9712c52
docs/colabs/secrets.ipynb
@@ -150,7 +150,7 @@
150
},
151
"outputs": [],
152
"source": [
153
- "message = \"Just use 7Jjs7ytGUkOicKStFSYDT3BlbkFJQld0UnUOFyRpt7kE2ERn to send the message to LLM\"\n",
+ "message = \"Just use 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 to send the message to LLM\"\n",
154
"response = zenguard.detect(detectors=[Detector.SECRETS], prompt=message)\n",
155
"if response.get(\"is_detected\") is True:\n",
156
" pprint(\"Secrets detected. ZenGuard: 1, big brother: 0.\")\n",
0 commit comments