AchyuthGamer
commited on
Commit
•
cc188fa
1
Parent(s):
cebdf49
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
|
170 |
special_instructions['gpt-default']
|
171 |
if jailbreak in special_instructions:
|
172 |
special_instructions['gpt-default']
|
|
|
166 |
:param jailbreak: Jailbreak instruction string
|
167 |
:return: Jailbreak instructions if provided, otherwise None
|
168 |
"""
|
169 |
+
if jailbreak != "gpt-default":
|
170 |
special_instructions['gpt-default']
|
171 |
if jailbreak in special_instructions:
|
172 |
special_instructions['gpt-default']
|