mirror of
https://github.com/open-webui/open-webui
synced 2025-04-16 13:39:39 +00:00
fix: continue message
This commit is contained in:
parent
580cf6a02c
commit
6dc429504a
@ -1852,7 +1852,7 @@
|
|||||||
await tick();
|
await tick();
|
||||||
|
|
||||||
const model = $models
|
const model = $models
|
||||||
.filter((m) => m.id === responseMessage?.selectedModelId ?? responseMessage.model)
|
.filter((m) => m.id === (responseMessage?.selectedModelId ?? responseMessage.model))
|
||||||
.at(0);
|
.at(0);
|
||||||
|
|
||||||
if (model) {
|
if (model) {
|
||||||
@ -1871,8 +1871,6 @@
|
|||||||
_chatId
|
_chatId
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
} else {
|
|
||||||
toast.error($i18n.t(`Model {{modelId}} not found`, { modelId }));
|
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user