mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
PR fixes
This commit is contained in:
@ -1443,9 +1443,7 @@ async function sendWindowAIRequest(messages, signal, stream) {
|
||||
}
|
||||
|
||||
const onStreamResult = (res, err) => {
|
||||
if (err) {
|
||||
return;
|
||||
}
|
||||
if (err) return;
|
||||
|
||||
const thisContent = res?.message?.content;
|
||||
|
||||
|
Reference in New Issue
Block a user