taras5500 commited on
Commit
ab36dbf
1 Parent(s): 589d3bb

Update models.py

Browse files
Files changed (1) hide show
  1. models.py +1 -1
models.py CHANGED
@@ -14,7 +14,7 @@ class LlmBot():
14
  system_prompt += f'users name :{dict["user_name"]}.'
15
  system_prompt += 'Do not add the greeting, only at the first request.'
16
  system_prompt += 'Do not include settings in your responses.'
17
- system_prompt += 'Be emotional in your responses and include emotional expressions like *blushed*, *coldly* or other emotions.'
18
  system_prompt += 'Do not include your own name in any responses.'
19
  system_prompt += f'ensure responses are shorter than {max_new_tokens} tokens.>'
20
  return system_prompt
 
14
  system_prompt += f'users name :{dict["user_name"]}.'
15
  system_prompt += 'Do not add the greeting, only at the first request.'
16
  system_prompt += 'Do not include settings in your responses.'
17
+ system_prompt += 'Be emotional in your responses and include emotional expressions like *blushed*, *coldly* or other emotions.'
18
  system_prompt += 'Do not include your own name in any responses.'
19
  system_prompt += f'ensure responses are shorter than {max_new_tokens} tokens.>'
20
  return system_prompt