Rework realm and several bug fixes

This commit is contained in:
Kwaroran
2024-12-14 19:09:28 +09:00
parent f2994b823e
commit f4b78480f3
5 changed files with 31 additions and 15 deletions

View File

@@ -1141,7 +1141,7 @@ export async function sendChat(chatProcessIndex = -1,arg:{
pointer++
}
formated = formated.filter((v) => {
return v.content !== ''
return v.content !== '' || (v.multimodals && v.multimodals.length > 0)
})
}