Add "More" menu hint

This commit is contained in:
Cohee
2025-05-13 01:35:51 +03:00
parent 0c411398f0
commit b261354280

View File

@@ -68,7 +68,7 @@ function sendAssistantMessage() {
const message = {
name: name,
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_user: false,
extra: {},