mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2024-12-18 20:17:50 +00:00
fixed cstom personalities
This commit is contained in:
parent
4a135a6cbe
commit
946312fcc5
2
app.py
2
app.py
@ -1392,7 +1392,7 @@ class LoLLMsWebUI(LoLLMsAPPI):
|
|||||||
|
|
||||||
def serve_personalities(self, filename):
|
def serve_personalities(self, filename):
|
||||||
if "custom_personalities" in filename:
|
if "custom_personalities" in filename:
|
||||||
path = str(self.lollms_paths.custom_personalities_path)
|
path = str(self.lollms_paths.custom_personalities_path/("/".join(filename.split("/")[1:-1])))
|
||||||
else:
|
else:
|
||||||
path = str(self.lollms_paths.personalities_zoo_path/("/".join(filename.split("/")[:-1])))
|
path = str(self.lollms_paths.personalities_zoo_path/("/".join(filename.split("/")[:-1])))
|
||||||
|
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit e3b3863df57085a3c94b43a68e798948a141d948
|
Subproject commit 06698e515c6125a8df4c00e265515827459d7e85
|
2
setup.py
2
setup.py
@ -17,7 +17,7 @@ requirements_dev = read_requirements("requirements_dev.txt")
|
|||||||
|
|
||||||
setuptools.setup(
|
setuptools.setup(
|
||||||
name="Lollms-webui",
|
name="Lollms-webui",
|
||||||
version="5.0.1",
|
version="5.0.2",
|
||||||
author="Saifeddine ALOUI",
|
author="Saifeddine ALOUI",
|
||||||
author_email="aloui.saifeddine@gmail.com",
|
author_email="aloui.saifeddine@gmail.com",
|
||||||
description="A web ui for running chat models with different bindings. Supports multiple personalities and extensions.",
|
description="A web ui for running chat models with different bindings. Supports multiple personalities and extensions.",
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit e0b1e8cb8525020e73839f374fbf6af6969a6a28
|
Subproject commit cec9b332e59bcaecf06f303d99229463e1435687
|
Loading…
Reference in New Issue
Block a user