mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Add purge to unsuccessful Poe auto-JB procedure
This commit is contained in:
@@ -237,6 +237,9 @@ async function autoJailbreak() {
|
||||
auto_jailbroken = true;
|
||||
break;
|
||||
}
|
||||
|
||||
// Purge the conversation if we're not jailbroken
|
||||
await purgeConversation(-1);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user