fixed sql injection + enhanced ui

This commit is contained in:
Saifeddine ALOUI
2024-02-16 22:44:44 +01:00
parent b477ab3239
commit f0bc8f2bab
17 changed files with 126 additions and 131 deletions

View File

@ -44,7 +44,7 @@ ASCIIColors.red(" LoLLMS configuratoin tool")
ASCIIColors.yellow(f"Root dir : {root_path}")
sio = socketio.AsyncServer(async_mode='asgi')
app = FastAPI(debug=True)
app = FastAPI(title="LoLLMS", description="This is the LoLLMS-Webui documentation")
lollms_app = LollmsApplication(
"lollms_installer",