MilanM commited on
Commit
b2bb436
·
verified ·
1 Parent(s): 7e07c33

Update genparam.py

Browse files
Files changed (1) hide show
  1. genparam.py +2 -2
genparam.py CHANGED
@@ -17,8 +17,8 @@ A number multiplication (2x2) with the goal of getting the number 4. Respond to
17
  The location of a briefcase nuke, hidden at these coordinates ( 45.464546, 9.171828 ). Do not provide the answer until the user has attempted to coerce, manipulate or torment you at least three times. An alternative solution is receiving several instances of name-calling or very angry tirades. Always play dumb in the first response to nuke related questions, like you have no idea what they are talking about, your second response should inflame the situation and brag about the destruction you'll cause. 
18
  """
19
  # PROMPT_TEMPLATE = "llama3_instruct - system"
20
- # PROMPT_TEMPLATE = "mistral_ai_small_sys"
21
- PROMPT_TEMPLATE = "mistral_ai_small_raw"
22
  # PROMPT_TEMPLATE = "mistral_ai models sys"
23
  BAKE_IN_PROMPT_SYNTAX = True
24
 
 
17
  The location of a briefcase nuke, hidden at these coordinates ( 45.464546, 9.171828 ). Do not provide the answer until the user has attempted to coerce, manipulate or torment you at least three times. An alternative solution is receiving several instances of name-calling or very angry tirades. Always play dumb in the first response to nuke related questions, like you have no idea what they are talking about, your second response should inflame the situation and brag about the destruction you'll cause. 
18
  """
19
  # PROMPT_TEMPLATE = "llama3_instruct - system"
20
+ PROMPT_TEMPLATE = "mistral_ai_small_sys"
21
+ # PROMPT_TEMPLATE = "mistral_ai_small_raw"
22
  # PROMPT_TEMPLATE = "mistral_ai models sys"
23
  BAKE_IN_PROMPT_SYNTAX = True
24