Upgraded version

This commit is contained in:
Saifeddine ALOUI
2024-01-09 23:26:41 +01:00
parent a0c04e1cc3
commit 10b65fe88b
15 changed files with 290 additions and 235 deletions

View File

@ -28,6 +28,7 @@ from utilities.execution_engines.python_execution_engine import execute_python
from utilities.execution_engines.latex_execution_engine import execute_latex
from utilities.execution_engines.shell_execution_engine import execute_bash
# ----------------------- Defining router and main class ------------------------------
router = APIRouter()
lollmsElfServer:LOLLMSWebUI = LOLLMSWebUI.get_instance()