mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 20:35:19 +00:00
refac
This commit is contained in:
parent
baa1a44397
commit
b52a162597
2 changed files with 2 additions and 0 deletions
|
|
@ -540,6 +540,7 @@
|
|||
};
|
||||
|
||||
const enhanceCompletionHandler = async (model) => {
|
||||
stopResponseFlag = false;
|
||||
let enhancedContent = {
|
||||
json: null,
|
||||
html: '',
|
||||
|
|
|
|||
|
|
@ -146,6 +146,7 @@ Based on the user's instruction, update and enhance the existing notes by incorp
|
|||
await tick();
|
||||
scrollToBottom();
|
||||
|
||||
stopResponseFlag = false;
|
||||
let enhancedContent = {
|
||||
json: null,
|
||||
html: '',
|
||||
|
|
|
|||
Loading…
Reference in a new issue