mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-21 06:09:27 +01:00
refac
This commit is contained in:
@@ -164,6 +164,10 @@
|
||||
loading = true;
|
||||
await chatCompletionHandler();
|
||||
|
||||
messages = messages.filter((message) => {
|
||||
return message.content !== '';
|
||||
});
|
||||
|
||||
loading = false;
|
||||
stopResponseFlag = false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user