mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2024-12-18 20:17:50 +00:00
Added some stuff
This commit is contained in:
parent
c6720f63ea
commit
328b9f6d2e
1
app.py
1
app.py
@ -1577,6 +1577,7 @@ try:
|
||||
self.config.binding_name = data['name']
|
||||
self.binding = BindingBuilder().build_binding(self.config, self.lollms_paths, InstallOption.FORCE_INSTALL, self.notify)
|
||||
ASCIIColors.success("Binding reinstalled successfully")
|
||||
self.notify("<b>Please reboot the application so that the binding installation</b>",True, 30)
|
||||
self.config.binding_name = old_bn
|
||||
self.binding = BindingBuilder().build_binding(self.config, self.lollms_paths, self.notify)
|
||||
self.model = self.binding.build_model()
|
||||
|
Loading…
Reference in New Issue
Block a user