greeting msg formatted

broke greeting message into readable strings with literals
This commit is contained in:
RossAsscends
2023-03-18 01:17:56 +09:00
parent 420fb5ef17
commit 7ff70819c1

View File

@@ -70,7 +70,12 @@ const system_messages = {
"is_user": false,
"is_system": 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': {
"name": systemUserName,