mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Hide buttons on welcome assistant message
This commit is contained in:
@@ -71,7 +71,9 @@ function sendAssistantMessage() {
|
||||
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: {},
|
||||
extra: {
|
||||
type: system_message_types.ASSISTANT_MESSAGE,
|
||||
},
|
||||
};
|
||||
|
||||
chat.push(message);
|
||||
|
Reference in New Issue
Block a user