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:
',
'',
- '- Connect to one of the supported generation APIs (the plug icon)
',
+ '- Connect to one of the supported LLM Chat APIs via the plug icon
',
'- Create or pick a character from the list (the top-right namecard icon)
',
'
',
'
',
'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.',
'',
'- Pygmalion AI Discord
',
'- Chub (NSFW)
',
'
',
'
',
'Where can I get help?
',
- 'Before going any further, check out the following resources:',
+ 'Check out the following resources:',
'',
'- Introduction to SillyTavern
',
'- SillyTavern FAQ
',
'- SillyTavern Guidebook
',
- '- Extras API Docs
',
- '- Pygmalion AI Docs
',
+ '- SillyTavern Extras API Installation
',
'
',
'Type /? in any chat to get help on message formatting commands.',
'
',