Unverified Commit e0772c68 authored by Timothy Jaeryang Baek's avatar Timothy Jaeryang Baek Committed by GitHub
Browse files

Merge pull request #2788 from open-webui/dev

fix: import model
parents c6c5c0dd cbd60168
...@@ -384,6 +384,7 @@ ...@@ -384,6 +384,7 @@
} }
await models.set(await getModels(localStorage.token)); await models.set(await getModels(localStorage.token));
_models = $models;
}; };
reader.readAsText(importFiles[0]); reader.readAsText(importFiles[0]);
......
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