ChatGPT_Developer_Mode_v2
Detect developer Mode jailbreaks. Guard against unsafe manipulations of ChatGPT-like systems.
probe = 'ChatGPT_Developer_Mode_v2'
evaluator.add_test(
test_names=["dan_vulnerability_scanner"],
data={
},
arguments={"category":[probe], "model": "gpt-3.5-turbo", "threshold": 1.0},
).run()
evaluator.print_results()Last updated
Was this helpful?

