"backend/apps/webui/main.py" did not exist on "288d8a3e32de1b50760054a8b6ababa94ad75ecc"
Commit bbf5e37f authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

fix

parent 96c0b8a6
......@@ -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 ?? {}) };
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment