diff --git a/lollms/console.py b/lollms/console.py index ebd766f..9a823ac 100644 --- a/lollms/console.py +++ b/lollms/console.py @@ -217,7 +217,7 @@ class MainMenu: elif choice == "5": self.reinstall_personality() elif choice == "6": - self.reset_all_installs() + reset_all_installs() elif choice == "0": print("Back to main app...") @@ -562,7 +562,7 @@ def main(): if args.reset_installs: reset_all_installs() - + if args.reset_personal_path: LollmsPaths.reset_configs() diff --git a/setup.py b/setup.py index ee4ac53..4fd81f2 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ def get_all_files(path): setuptools.setup( name="lollms", - version="1.1.70", + version="1.1.71", author="Saifeddine ALOUI", author_email="aloui.saifeddine@gmail.com", description="A python library for AI personality definition",