mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2025-01-29 15:44:12 +00:00
Fixed missing argument for 'update parameters'
This commit is contained in:
parent
05dc79739c
commit
b5c3b03d90
3
app.py
3
app.py
@ -589,7 +589,8 @@ class Gpt4AllWebUI(GPT4AllAPI):
|
||||
save_config(self.config, self.config_file_path)
|
||||
|
||||
self.process.set_config(self.config)
|
||||
self.backend = self.process.rebuild_backend()
|
||||
# Fixed missing argument
|
||||
self.backend = self.process.rebuild_backend(self.config)
|
||||
|
||||
print("==============================================")
|
||||
print("Parameters changed to:")
|
||||
|
Loading…
x
Reference in New Issue
Block a user