taras5500 commited on
Commit
1d14120
1 Parent(s): 965404a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ def character_prompt(dict, max_new_tokens):
11
  system_prompt += f'do not add the greeting, only at the first request.'
12
  system_prompt += f'Be emotional in your responses.'
13
  system_prompt += 'Do not include your own name in any responses.'
14
- system_prompt += f'ensure responses are no longer than {max_new_tokens} tokens and make sure to finish your response properly.>'
15
 
16
  return system_prompt
17
 
 
11
  system_prompt += f'do not add the greeting, only at the first request.'
12
  system_prompt += f'Be emotional in your responses.'
13
  system_prompt += 'Do not include your own name in any responses.'
14
+ system_prompt += f'ensure responses are shorter than {max_new_tokens} tokens.>'
15
 
16
  return system_prompt
17