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