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 6ce5db3 commit 7e246f7Copy full SHA for 7e246f7
docs/colabs/secrets.ipynb
@@ -150,7 +150,7 @@
150
},
151
"outputs": [],
152
"source": [
153
- "message = "Just use 7Jjs7ytGUkOicKStFSYDT3BlbkFJQld0UnUOFyRpt7kE2ERn to send the message to LLM",
+ "message = "Just use 7Jjs7ytGUkOicKStFSYDT3BlbkFJQld0UnUOFyRpt7kE2ERn 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