mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2024-12-21 13:17:47 +00:00
Merge pull request #190 from tkocou/main
fix for 'update parameters' in webpage.
This commit is contained in:
commit
73664b2509
3
app.py
3
app.py
@ -589,7 +589,8 @@ class Gpt4AllWebUI(GPT4AllAPI):
|
|||||||
save_config(self.config, self.config_file_path)
|
save_config(self.config, self.config_file_path)
|
||||||
|
|
||||||
self.process.set_config(self.config)
|
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("==============================================")
|
||||||
print("Parameters changed to:")
|
print("Parameters changed to:")
|
||||||
|
Loading…
Reference in New Issue
Block a user