Add "More" menu hint
| @@ -68,7 +68,7 @@ function sendAssistantMessage() { | |||
| 68 | const message = { | 68 | const message = { |
| 69 | name: name, | 69 | name: name, |
| 70 | force_avatar: avatar, | 70 | force_avatar: avatar, |
| 71 | mes: t`If you're connected to an API, try asking me something!`, | 71 | 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.`, |
| 72 | is_system: false, | 72 | is_system: false, |
| 73 | is_user: false, | 73 | is_user: false, |
| 74 | extra: {}, | 74 | extra: {}, |