This commit is contained in:
Saifeddine ALOUI 2024-01-13 10:31:43 +01:00
parent 5ea5d11e3f
commit 2f4867c178

View File

@ -21,7 +21,7 @@ import sys
# ----------------------- Defining router and main class ------------------------------
# Create an instance of the LoLLMSWebUI class
lollmsElfServer = LOLLMSWebUI.get_instance()
lollmsElfServer:LOLLMSWebUI = LOLLMSWebUI.get_instance()
router = APIRouter()
@router.get("/get_lollms_webui_version")