mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2025-03-11 06:54:08 +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)}")
|
ASCIIColors.red(f"Error checking/installing {package}: {str(e)}")
|
||||||
|
|
||||||
packages: List[Tuple[str, str]] = [
|
packages: List[Tuple[str, str]] = [
|
||||||
("lollmsvectordb", "1.0.2"),
|
|
||||||
("freedom_search", "0.1.9"),
|
("freedom_search", "0.1.9"),
|
||||||
("scrapemaster", "0.2.0"),
|
("scrapemaster", "0.2.0"),
|
||||||
("lollms_client", "0.6.2")
|
("lollms_client", "0.6.2")
|
||||||
|
("lollmsvectordb", "1.0.3"),
|
||||||
]
|
]
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
|
Loading…
x
Reference in New Issue
Block a user