lab_7 package

Submodules

Web service for model inference.

lab_7_llm.service.init_application() tuple

Initialize core application.

Run: uvicorn lab_7_llm.service:app –reload

Returns:

tuple of two objects, instance of FastAPI server and LLMPipeline pipeline.

Return type:

tuple