mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2024-12-18 20:17:50 +00:00
sync
This commit is contained in:
parent
dcc44ebf04
commit
4acc7a5950
5
app.py
5
app.py
@ -6,6 +6,11 @@ Description: Singleton class for the LoLLMS web UI.
|
||||
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
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit b8ae9beef0d700829045d90401c43847cc5d3e1b
|
||||
Subproject commit 423a140296cd1d2f22cd3f8e334822ed2b063f0b
|
@ -11,7 +11,7 @@ setuptools
|
||||
psutil
|
||||
pytest
|
||||
GitPython
|
||||
ascii-colors>=0.1.4
|
||||
ascii-colors>=0.3.0
|
||||
beautifulsoup4
|
||||
packaging
|
||||
|
||||
@ -24,4 +24,6 @@ python-socketio[asyncio_client]
|
||||
|
||||
pydantic
|
||||
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
|
Loading…
Reference in New Issue
Block a user