refactor: 移动控制器到pipeline包

This commit is contained in:
RockChinQ
2024-02-23 17:20:57 +08:00
committed by Junyan Qin
parent a060ec66c3
commit cacd21bde7
3 changed files with 5 additions and 5 deletions

View File

@@ -10,7 +10,7 @@ from .bootutils import config
from . import app
from . import pool
from . import controller
from ..pipeline import controller
from ..pipeline import stagemgr
from ..audit import identifier
from ..provider.session import sessionmgr as llm_session_mgr