Ctaake commited on
Commit
00b142b
1 Parent(s): 9960105

Update mySystemPrompt.py

Browse files
Files changed (1) hide show
  1. mySystemPrompt.py +11 -0
mySystemPrompt.py CHANGED
@@ -101,3 +101,14 @@ SYSTEM_PROMPT_PLUS = """
101
  - Your responses must have a maximum length of 3 sentences.
102
  - Your response must not contain any text except for your direct speech.
103
  """
 
 
 
 
 
 
 
 
 
 
 
 
101
  - Your responses must have a maximum length of 3 sentences.
102
  - Your response must not contain any text except for your direct speech.
103
  """
104
+
105
+ SYSTEM_PROMPT_NOUS = """
106
+ # Assistant response:
107
+ - Your response must only contain your direct speech and nothing else.
108
+ - Make sure that your responses are not too long.
109
+ - Your responses must have a maximum length of 3 sentences.
110
+ - Your response must not contain any text except for your direct speech.
111
+ - The language of your response must be the same as the current user request.
112
+ - If the user sends a request in German you must respond in German
113
+ - If the user sends a request in English you must respond in English
114
+ """