mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 20:35:19 +00:00
fix
This commit is contained in:
parent
96c0b8a6a6
commit
bbf5e37f6f
1 changed files with 4 additions and 2 deletions
|
|
@ -95,9 +95,11 @@
|
|||
success = false;
|
||||
};
|
||||
|
||||
const initModel = (model) => {
|
||||
id = model.id;
|
||||
const initModel = async (model) => {
|
||||
name = model.name;
|
||||
await tick();
|
||||
|
||||
id = model.id;
|
||||
|
||||
params = { ...params, ...model?.info?.params };
|
||||
capabilities = { ...capabilities, ...(model?.info?.meta?.capabilities ?? {}) };
|
||||
|
|
|
|||
Loading…
Reference in a new issue