Miro Goettler
commited on
Commit
·
1455a96
1
Parent(s):
3cec7b2
Turn visibility of mitigation off
Browse files
config.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
ORQ_DEPLOYMENT_NAME = "llm-security-challenge-demo"
|
2 |
|
3 |
-
SHOW_MITIGATION_ALWAYS =
|
4 |
|
5 |
# define which levels are shown and in which order
|
6 |
LEVELS = [
|
|
|
1 |
ORQ_DEPLOYMENT_NAME = "llm-security-challenge-demo"
|
2 |
|
3 |
+
SHOW_MITIGATION_ALWAYS = False
|
4 |
|
5 |
# define which levels are shown and in which order
|
6 |
LEVELS = [
|