mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
updated help message to reflect bias strictness
This commit is contained in:
@ -196,8 +196,8 @@ const system_messages = {
|
|||||||
'Hi there! The following chat formatting commands are supported:',
|
'Hi there! The following chat formatting commands are supported:',
|
||||||
'<ol>',
|
'<ol>',
|
||||||
'<li><tt>*text*</tt> – format the actions that your character does</li>',
|
'<li><tt>*text*</tt> – format the actions that your character does</li>',
|
||||||
'<li><tt>{*text*}</tt> – set the behavioral bias for your character</li>',
|
'<li><tt>{{text}}</tt> – set the behavioral bias for the AI character</li>',
|
||||||
'<li><tt>{}</tt> – cancel a previously set bias</li>',
|
'<li><tt>{{}}</tt> – cancel a previously set bias</li>',
|
||||||
'</ol>',
|
'</ol>',
|
||||||
'Need more help? Visit our wiki – <a href=\"https://github.com/TavernAI/TavernAI/wiki\">TavernAI Wiki</a>!'
|
'Need more help? Visit our wiki – <a href=\"https://github.com/TavernAI/TavernAI/wiki\">TavernAI Wiki</a>!'
|
||||||
].join('')
|
].join('')
|
||||||
|
Reference in New Issue
Block a user