mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
edited char msgs can now show (charname):
- also better SD world prompt
This commit is contained in:
@ -967,9 +967,9 @@ function messageFormating(mes, ch_name, isSystem, forceAvatar) {
|
||||
});
|
||||
}
|
||||
|
||||
if (ch_name && (forceAvatar || ch_name !== name1)) {
|
||||
mes = mes.replaceAll(ch_name + ":", "");
|
||||
}
|
||||
/* if (ch_name && (forceAvatar || ch_name !== name1)) {
|
||||
mes = mes.replaceAll(ch_name + ":", "");
|
||||
} */
|
||||
|
||||
return mes;
|
||||
}
|
||||
|
Reference in New Issue
Block a user