AchyuthGamer
commited on
Commit
•
f1de20d
1
Parent(s):
152cb72
Update server/backend.py
Browse files- server/backend.py +1 -1
server/backend.py
CHANGED
@@ -166,7 +166,7 @@ def getJailbreak(jailbreak):
|
|
166 |
:param jailbreak: Jailbreak instruction string
|
167 |
:return: Jailbreak instructions if provided, otherwise None
|
168 |
"""
|
169 |
-
if jailbreak == "gpt-default"
|
170 |
special_instructions[jailbreak][0]['content'] += special_instructions['two_responses_instruction']
|
171 |
if jailbreak in special_instructions:
|
172 |
special_instructions[jailbreak]
|
|
|
166 |
:param jailbreak: Jailbreak instruction string
|
167 |
:return: Jailbreak instructions if provided, otherwise None
|
168 |
"""
|
169 |
+
if jailbreak == "gpt-default":
|
170 |
special_instructions[jailbreak][0]['content'] += special_instructions['two_responses_instruction']
|
171 |
if jailbreak in special_instructions:
|
172 |
special_instructions[jailbreak]
|