bugfix in reset_allinstalls

This commit is contained in:
Saifeddine ALOUI 2023-06-13 21:49:08 +02:00
parent 6d9b2f06e4
commit acaa818ccc
2 changed files with 3 additions and 3 deletions

View File

@ -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()

View File

@ -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",