bugfix(ChatData): code merge bug fix

1.code merge bug fix
This commit is contained in:
yhjun1026 2023-11-21 13:33:36 +08:00
parent 620cb95464
commit c2fc67a96b

View File

@ -234,7 +234,7 @@ async def dialogue_scenes():
scene_vos: List[ChatSceneVo] = [] scene_vos: List[ChatSceneVo] = []
new_modes: List[ChatScene] = [ new_modes: List[ChatScene] = [
ChatScene.ChatWithDbExecute, ChatScene.ChatWithDbExecute,
# ChatScene.ChatWithDbQA, ChatScene.ChatWithDbQA,
ChatScene.ChatExcel, ChatScene.ChatExcel,
ChatScene.ChatKnowledge, ChatScene.ChatKnowledge,
ChatScene.ChatDashboard, ChatScene.ChatDashboard,