mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
greeting msg formatted
broke greeting message into readable strings with literals
This commit is contained in:
@@ -70,7 +70,12 @@ const system_messages = {
|
|||||||
"is_user": false,
|
"is_user": false,
|
||||||
"is_system": true,
|
"is_system": true,
|
||||||
"is_name": true,
|
"is_name": true,
|
||||||
"mes": "Hi there! The following chat formatting commands are supported:<br><ul><li><tt>*text*</tt> – format the actions that your character does</li><li><tt>{*text*}</tt> – set the behavioral bias for your character</li></ul><p>Need more help? Visit our wiki – <a href=\"https://github.com/TavernAI/TavernAI/wiki\">TavernAI Wiki</a>!</p>"
|
"mes": `Hi there! The following chat formatting commands are supported:<br>
|
||||||
|
<ul>
|
||||||
|
<li><tt>*text*</tt> – format the actions that your character does</li>
|
||||||
|
<li><tt>{*text*}</tt> – set the behavioral bias for your character</li>
|
||||||
|
</ul>
|
||||||
|
<p>Need more help? Visit our wiki – <a href=\"https://github.com/TavernAI/TavernAI/wiki\">TavernAI Wiki</a>!</p>`
|
||||||
},
|
},
|
||||||
'group': {
|
'group': {
|
||||||
"name": systemUserName,
|
"name": systemUserName,
|
||||||
|
Reference in New Issue
Block a user