upgraded app

This commit is contained in:
Saifeddine ALOUI 2024-09-03 22:05:17 +02:00
parent 3ef10fe97a
commit 11a686c315

2
app.py
View File

@ -64,10 +64,10 @@ def check_and_install_package(package: str, version: str):
ASCIIColors.red(f"Error checking/installing {package}: {str(e)}")
packages: List[Tuple[str, str]] = [
("lollmsvectordb", "1.0.2"),
("freedom_search", "0.1.9"),
("scrapemaster", "0.2.0"),
("lollms_client", "0.6.2")
("lollmsvectordb", "1.0.3"),
]
def main():