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…
Reference in New Issue