[fix] turn off streaming for ooba

This commit is contained in:
kwaroran
2023-11-17 22:32:42 +09:00
parent bfe33304df
commit 79875661c5

View File

@@ -305,6 +305,7 @@ export async function requestChatDataMain(arg:requestDataArgument, model:'model'
body[key] = OobaBodyTemplate[key] body[key] = OobaBodyTemplate[key]
} }
} }
arg.useStreaming = false
} }
if(supportsInlayImage()){ if(supportsInlayImage()){