mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2024-12-18 20:17:50 +00:00
fixes
This commit is contained in:
parent
fe56285948
commit
f906c0d98e
3
app.py
3
app.py
@ -663,7 +663,8 @@ class LoLLMsWebUI(LoLLMsAPPI):
|
||||
|
||||
personalities[category_folder.name].append(personality_info)
|
||||
except Exception as ex:
|
||||
print(f"Couldn't load personality from {personality_folder} [{ex}]")
|
||||
ASCIIColors.warning(f"Couldn't load personality from {personality_folder} [{ex}]")
|
||||
trace_exception(ex)
|
||||
return json.dumps(personalities)
|
||||
|
||||
def get_personality(self):
|
||||
|
Loading…
Reference in New Issue
Block a user