Merge pull request #2788 from open-webui/dev

fix: import model
This commit is contained in:
Timothy Jaeryang Baek 2024-06-03 13:41:59 -07:00 committed by GitHub
commit e0772c6807
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -384,6 +384,7 @@
}
await models.set(await getModels(localStorage.token));
_models = $models;
};
reader.readAsText(importFiles[0]);