mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-03-01 18:37:41 +01:00
Fix macros in first message with alt.greetings
This commit is contained in:
parent
583c737106
commit
5120cf38f0
@ -4781,7 +4781,7 @@ function getFirstMessage() {
|
||||
is_user: false,
|
||||
is_system: false,
|
||||
send_date: getMessageTimeStamp(),
|
||||
mes: getRegexedString(firstMes, regex_placement.AI_OUTPUT),
|
||||
mes: substituteParams(getRegexedString(firstMes, regex_placement.AI_OUTPUT)),
|
||||
extra: {},
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user