mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Add "More" menu hint
This commit is contained in:
@@ -68,7 +68,7 @@ function sendAssistantMessage() {
|
|||||||
const message = {
|
const message = {
|
||||||
name: name,
|
name: name,
|
||||||
force_avatar: avatar,
|
force_avatar: avatar,
|
||||||
mes: t`If you're connected to an API, try asking me something!`,
|
mes: t`If you're connected to an API, try asking me something!` + '\n***\n' + t`**Hint:** Set any character as your welcome page assistant from their "More..." menu.`,
|
||||||
is_system: false,
|
is_system: false,
|
||||||
is_user: false,
|
is_user: false,
|
||||||
extra: {},
|
extra: {},
|
||||||
|
Reference in New Issue
Block a user