mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
clean up {{ }} hint text, remove asterisks hint
This commit is contained in:
@ -283,9 +283,8 @@ const system_messages = {
|
|||||||
mes: [
|
mes: [
|
||||||
'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> – sets a permanent behavioral bias for the AI</li>',
|
||||||
'<li><tt>{{text}}</tt> – set the behavioral bias for the AI character</li>',
|
'<li><tt>{{}}</tt> – removes any active character bias</li>',
|
||||||
'<li><tt>{{}}</tt> – cancel a previously set bias</li>',
|
|
||||||
'</ol>',
|
'</ol>',
|
||||||
].join('')
|
].join('')
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user