clean up {{ }} hint text, remove asterisks hint

This commit is contained in:
RossAscends
2023-05-12 17:29:42 +09:00
parent 06f39e585f
commit 56aa13a1e4

View File

@ -283,9 +283,8 @@ const system_messages = {
mes: [
'Hi there! The following chat formatting commands are supported:',
'<ol>',
'<li><tt>*text*</tt> format the actions that your character does</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>{{text}}</tt> sets a permanent behavioral bias for the AI</li>',
'<li><tt>{{}}</tt> removes any active character bias</li>',
'</ol>',
].join('')
},