mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Impersonation mode for OAI
This commit is contained in:
@ -69,7 +69,7 @@ async function moduleWorker() {
|
||||
|
||||
// check if last message changed
|
||||
const currentLastMessage = getLastCharacterMessage();
|
||||
if (lastCharacter === context.characterId && lastMessage === currentLastMessage) {
|
||||
if (lastCharacter === context.characterId && lastMessage === currentLastMessage && $('img.expression').attr('src')) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user