mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2024-12-18 20:17:50 +00:00
upgraded app
This commit is contained in:
parent
3ef10fe97a
commit
11a686c315
2
app.py
2
app.py
@ -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():
|
||||
|
Loading…
Reference in New Issue
Block a user