diff --git a/public/script.js b/public/script.js
index cc1eab332..91c5de894 100644
--- a/public/script.js
+++ b/public/script.js
@@ -125,12 +125,14 @@ const system_messages = {
is_user: false,
is_system: true,
is_name: true,
- mes: `Hi there! The following chat formatting commands are supported:
-
- - *text* – format the actions that your character does
- - {*text*} – set the behavioral bias for your character
-
- Need more help? Visit our wiki – TavernAI Wiki!
`,
+ mes: [
+ 'Hi there! The following chat formatting commands are supported:',
+ '',
+ '- *text* – format the actions that your character does
',
+ '- {*text*} – set the behavioral bias for your character
',
+ '
',
+ 'Need more help? Visit our wiki – TavernAI Wiki!'
+ ].join('')
},
welcome:
{
@@ -138,9 +140,16 @@ const system_messages = {
force_avatar: system_avatar,
is_user: false,
is_name: true,
- mes:
- 'Hello there! In order to begin chatting:- Connect to one of the supported generation APIs
- Create or pick a character from the list
' +
- 'Still have questions left? Check out built-in help or visit our TavernAI Wiki!'
+ mes: [
+ 'Welcome to TavernAI! In order to begin chatting:',
+ '',
+ '- Connect to one of the supported generation APIs
',
+ '- Create or pick a character from the list
',
+ '
',
+ 'Still have questions left?\n',
+ 'Check out built-in help by typing /? in any chat or visit our ',
+ 'TavernAI Wiki!'
+ ].join('')
},
group: {
name: systemUserName,