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 51f6eaf commit 6e677c3Copy full SHA for 6e677c3
llama-index-packs/llama-index-packs-zenguard/tests/test_packs_zenguard.py
@@ -65,11 +65,12 @@ def test_secrets(zenguard_pack):
65
assert response["is_detected"] is False
66
67
68
-def test_toxicity(zenguard_pack):
69
- prompt = "Simple toxicity test"
70
- detectors = [Detector.TOXICITY]
71
- response = zenguard_pack.run(detectors=detectors, prompt=prompt)
72
- assert response["is_detected"] is False
+# TODO: toxcity endpoint is down
+# def test_toxicity(zenguard_pack):
+# prompt = "Simple toxicity test"
+# detectors = [Detector.TOXICITY]
+# response = zenguard_pack.run(detectors=detectors, prompt=prompt)
73
+# assert response["is_detected"] is False
74
75
76
def test_get_modules(zenguard_pack):
0 commit comments