bugfix(ChatData): code merge bug fix (#814)

1.code merge bug fix
This commit is contained in:
magic.chen
2023-11-21 14:00:27 +08:00
committed by GitHub

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,