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