mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2024-12-19 04:17:52 +00:00
Update __init__.py
This commit is contained in:
parent
92139bde28
commit
5f67de4868
@ -1055,7 +1055,7 @@ class LoLLMsAPPI(LollmsApplication):
|
||||
if 0 <= index < len(mounted_extensions):
|
||||
mounted_extensions.pop(index)
|
||||
self.config["personalities"].pop(index)
|
||||
ASCIIColors.info(f"removed personality {personality_path}")
|
||||
ASCIIColors.info(f"removed personality {extension_path}")
|
||||
|
||||
if self.config["active_personality_id"]>=len(self.config["personalities"]):
|
||||
self.config["active_personality_id"]=0
|
||||
|
Loading…
Reference in New Issue
Block a user