Skip to content

Commit 9ca30bd

Browse files
added back post install
1 parent 6876fee commit 9ca30bd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

validator/post-install.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
import os
2+
3+
# Install the ResponseEvaluator from the hub
4+
os.system("guardrails hub install hub://guardrails/response_evaluator")

0 commit comments

Comments
 (0)