AchyuthGamer commited on
Commit
cbaa553
1 Parent(s): b215d55

Update server/backend.py

Browse files
Files changed (1) hide show
  1. server/backend.py +1 -1
server/backend.py CHANGED
@@ -165,7 +165,7 @@ def getJailbreak(jailbreak):
165
  :param jailbreak: Jailbreak instruction string
166
  :return: Jailbreak instructions if provided, otherwise None
167
  """
168
- if jailbreak != "gpt-default":
169
  special_instructions[jailbreak][0]['content'] += special_instructions['two_responses_instruction']
170
  if jailbreak in special_instructions:
171
  special_instructions[jailbreak]
 
165
  :param jailbreak: Jailbreak instruction string
166
  :return: Jailbreak instructions if provided, otherwise None
167
  """
168
+ if jailbreak != "gpt--default":
169
  special_instructions[jailbreak][0]['content'] += special_instructions['two_responses_instruction']
170
  if jailbreak in special_instructions:
171
  special_instructions[jailbreak]