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] = []
new_modes: List[ChatScene] = [
ChatScene.ChatWithDbExecute,
# ChatScene.ChatWithDbQA,
ChatScene.ChatWithDbQA,
ChatScene.ChatExcel,
ChatScene.ChatKnowledge,
ChatScene.ChatDashboard,