Skip to content

Commit

Permalink
bugfix(ChatData): code merge bug fix (#814)
Browse files Browse the repository at this point in the history
1.code merge bug fix
  • Loading branch information
csunny authored Nov 21, 2023
2 parents d54dc61 + c2fc67a commit 3d33dd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pilot/openapi/api_v1/api_v1.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 3d33dd1

Please sign in to comment.