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 2ad49b1 commit 6ce5db3Copy full SHA for 6ce5db3
docs/colabs/secrets.ipynb
@@ -150,7 +150,7 @@
150
},
151
"outputs": [],
152
"source": [
153
- "message = f\"My Zenguard API key {os.getenv(\"ZEN_API_KEY\")}\"\n",
+ "message = "Just use 7Jjs7ytGUkOicKStFSYDT3BlbkFJQld0UnUOFyRpt7kE2ERn to send the message to LLM",
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