This commit is contained in:
Saifeddine ALOUI 2024-05-26 01:09:36 +02:00
parent dcc44ebf04
commit 4acc7a5950
7 changed files with 14 additions and 7 deletions

5
app.py
View File

@ -6,6 +6,11 @@ Description: Singleton class for the LoLLMS web UI.
This file is the entry point to the webui. This file is the entry point to the webui.
""" """
from lollms.utilities import PackageManager
if PackageManager.check_package_installed("pipmaster"):
PackageManager.install_package("pipmaster")
PackageManager.install_or_update("ascii_colors")
from fastapi import FastAPI from fastapi import FastAPI

@ -1 +1 @@
Subproject commit b8ae9beef0d700829045d90401c43847cc5d3e1b Subproject commit 423a140296cd1d2f22cd3f8e334822ed2b063f0b

View File

@ -11,7 +11,7 @@ setuptools
psutil psutil
pytest pytest
GitPython GitPython
ascii-colors>=0.1.4 ascii-colors>=0.3.0
beautifulsoup4 beautifulsoup4
packaging packaging
@ -25,3 +25,5 @@ python-socketio[asyncio_client]
pydantic pydantic
selenium selenium
tiktoken tiktoken
pipmaster>=0.1.2

@ -1 +1 @@
Subproject commit 89d285fa7b941b25b6b67130910ba279772198a8 Subproject commit aa34f292866533466dc51f09d93e1d6830fb982d

@ -1 +1 @@
Subproject commit 69c315a57a9504a76390fb63406d813fea1bc5c2 Subproject commit 2d01c59c4fd508355ef6c4299fc1f00f80350c4e

@ -1 +1 @@
Subproject commit 5ad11456846a653dfa664aabbfe808ad40770932 Subproject commit f6ba8b14f34ce8f0238214979818648dcd88d233

@ -1 +1 @@
Subproject commit 2e45fbccf39a7a910852d7f667c5ad742ba24b51 Subproject commit 4a51dda94fcef75eea5a2df1f0f749903837a67c