mirror of
https://github.com/ParisNeo/lollms.git
synced 2025-02-02 17:21:10 +00:00
Update app.py
This commit is contained in:
parent
dcd80a126c
commit
16d535ab8f
@ -248,7 +248,7 @@ class LollmsApplication(LoLLMsCom):
|
|||||||
if personality is not None:
|
if personality is not None:
|
||||||
personality.model = model
|
personality.model = model
|
||||||
except Exception as ex:
|
except Exception as ex:
|
||||||
self.notify("Couldn't load model.", False)
|
self.error("Couldn't load model.")
|
||||||
ASCIIColors.error(f"Couldn't load model. Please verify your configuration file at {self.lollms_paths.personal_configuration_path} or use the next menu to select a valid model")
|
ASCIIColors.error(f"Couldn't load model. Please verify your configuration file at {self.lollms_paths.personal_configuration_path} or use the next menu to select a valid model")
|
||||||
ASCIIColors.error(f"Binding returned this exception : {ex}")
|
ASCIIColors.error(f"Binding returned this exception : {ex}")
|
||||||
trace_exception(ex)
|
trace_exception(ex)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user