[fix] group chat formating and notes

This commit is contained in:
kwaroran
2023-05-24 20:06:14 +09:00
parent 80f11b7e03
commit 1dff7b8149
3 changed files with 10 additions and 5 deletions

View File

@@ -327,7 +327,8 @@ export async function sendChat(chatProcessIndex = -1):Promise<boolean> {
formated: formated,
bias: bias,
currentChar: currentChar,
useStreaming: true
useStreaming: true,
isGroupChat: nowChatroom.type === 'group'
}, 'model')
let result = ''