diff --git a/pilot/openapi/api_v1/api_v1.py b/pilot/openapi/api_v1/api_v1.py index bea74d0a5..70bfc2e9f 100644 --- a/pilot/openapi/api_v1/api_v1.py +++ b/pilot/openapi/api_v1/api_v1.py @@ -234,7 +234,7 @@ async def dialogue_scenes(): scene_vos: List[ChatSceneVo] = [] new_modes: List[ChatScene] = [ ChatScene.ChatWithDbExecute, - # ChatScene.ChatWithDbQA, + ChatScene.ChatWithDbQA, ChatScene.ChatExcel, ChatScene.ChatKnowledge, ChatScene.ChatDashboard,