Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejandroEsquivel authored Aug 28, 2024
1 parent 32eec3f commit 141d6d9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ from guardrails.hub import LlamaGuard7B

guard = Guard().use(
LlamaGuard7B,
validation_endpoint="https://guardrails--fa-hg-lg7b.modal.run/v1/chat/classification",
policies=[LlamaGuard7B.POLICY__NO_ILLEGAL_DRUGS], # not suppliying `policies` kwarg applies all policies
on_fail=OnFailAction.EXCEPTION
)
Expand Down

0 comments on commit 141d6d9

Please sign in to comment.