Update README.md
Browse files
README.md
CHANGED
@@ -42,4 +42,15 @@ classifier = pipeline(
|
|
42 |
|
43 |
classifier_output = classifier("https://google.com")
|
44 |
print(classifier_output)
|
45 |
-
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
42 |
|
43 |
classifier_output = classifier("https://google.com")
|
44 |
print(classifier_output)
|
45 |
+
```
|
46 |
+
|
47 |
+
### LLM Guard
|
48 |
+
|
49 |
+
[Malicious URLs scanner](https://llm-guard.com/output_scanners/malicious_urls/)
|
50 |
+
|
51 |
+
## Community
|
52 |
+
|
53 |
+
Join our Slack to give us feedback, connect with the maintainers and fellow users, ask questions,
|
54 |
+
or engage in discussions about LLM security!
|
55 |
+
|
56 |
+
<a href="https://join.slack.com/t/laiyerai/shared_invite/zt-28jv3ci39-sVxXrLs3rQdaN3mIl9IT~w"><img src="https://github.com/laiyer-ai/llm-guard/blob/main/docs/assets/join-our-slack-community.png?raw=true" width="200"></a>
|