AchyuthGamer
commited on
Commit
•
81bac07
1
Parent(s):
49bfac8
Update server/backend.py
Browse files- server/backend.py +2 -2
server/backend.py
CHANGED
@@ -169,8 +169,8 @@ def getJailbreak(jailbreak):
|
|
169 |
if jailbreak != "gpt-default":
|
170 |
special_instructions['content'] += special_instructions['two_responses_instruction']
|
171 |
if jailbreak in special_instructions:
|
172 |
-
special_instructions[
|
173 |
-
return special_instructions[
|
174 |
else:
|
175 |
return None
|
176 |
else:
|
|
|
169 |
if jailbreak != "gpt-default":
|
170 |
special_instructions['content'] += special_instructions['two_responses_instruction']
|
171 |
if jailbreak in special_instructions:
|
172 |
+
special_instructions['content']
|
173 |
+
return special_instructions['content']
|
174 |
else:
|
175 |
return None
|
176 |
else:
|