mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Fix /sys and /sendas attribution when converting to groups. Fix context line with /sys with OpenAI
This commit is contained in:
@ -258,7 +258,7 @@ async function convertSoloToGroupChat() {
|
||||
}
|
||||
|
||||
// Skip messages we don't care about
|
||||
if (message.is_user || message.is_system) {
|
||||
if (message.is_user || message.is_system || message.extra?.type === system_message_types.NARRATOR || message.force_avatar !== undefined) {
|
||||
continue;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user