mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Fixes for OpenAI groups
This commit is contained in:
@ -84,7 +84,7 @@ function setOpenAIMessages(chat) {
|
||||
|
||||
// for groups - prepend a character's name
|
||||
if (selected_group) {
|
||||
content = `${name2}: ${content}`;
|
||||
content = `${chat[j].name}: ${content}`;
|
||||
}
|
||||
|
||||
// system messages produce no content
|
||||
|
Reference in New Issue
Block a user