mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2025-02-20 17:22:47 +00:00
upgraded
This commit is contained in:
parent
59f9413253
commit
8fbcdfbe12
@ -59,7 +59,7 @@ class GPT4AllAPI():
|
||||
self.chatbot_bindings = self.create_chatbot()
|
||||
print("Chatbot created successfully")
|
||||
|
||||
except Exception:
|
||||
except Exception as ex:
|
||||
self.config["backend"] = "gpt4all"
|
||||
self.backend = self.load_backend(self.BACKENDS_LIST[self.config["backend"]])
|
||||
self.config["model"] = None
|
||||
|
Loading…
x
Reference in New Issue
Block a user