From c2fc67a96b43ed9acee3eb3137442fc15c96d9c4 Mon Sep 17 00:00:00 2001 From: yhjun1026 <460342015@qq.com> Date: Tue, 21 Nov 2023 13:33:36 +0800 Subject: [PATCH] bugfix(ChatData): code merge bug fix 1.code merge bug fix --- pilot/openapi/api_v1/api_v1.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,