From db966a19656f39d6773c919ca2cf64d3a1526707 Mon Sep 17 00:00:00 2001 From: RossAscends <124905043+RossAscends@users.noreply.github.com> Date: Tue, 13 Jun 2023 22:30:01 +0900 Subject: [PATCH] update welcome message --- public/script.js | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/public/script.js b/public/script.js index 2ea619b14..ffbc07c4c 100644 --- a/public/script.js +++ b/public/script.js @@ -351,25 +351,24 @@ const system_messages = { '
', '

In order to begin chatting:

', '
    ', - '
  1. Connect to one of the supported generation APIs (the plug icon)
  2. ', + '
  3. Connect to one of the supported LLM Chat APIs via the plug icon
  4. ', '
  5. Create or pick a character from the list (the top-right namecard icon)
  6. ', '
', '
', '

Where to download more characters?

', - '(Not endorsed, your discretion is advised)', + 'SillyTavern is not associated with the sites linked below, and we have no control over their contents.', '
    ', '
  1. Pygmalion AI Discord
  2. ', '
  3. Chub (NSFW)
  4. ', '
', '
', '

Where can I get help?

', - 'Before going any further, check out the following resources:', + 'Check out the following resources:', '
    ', '
  1. Introduction to SillyTavern
  2. ', '
  3. SillyTavern FAQ
  4. ', '
  5. SillyTavern Guidebook
  6. ', - '
  7. Extras API Docs
  8. ', - '
  9. Pygmalion AI Docs
  10. ', + '
  11. SillyTavern Extras API Installation
  12. ', '
', 'Type /? in any chat to get help on message formatting commands.', '
',