mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-08-01 16:18:27 +00:00
bugfix(ChatData): code merge bug fix
1.code merge bug fix
This commit is contained in:
parent
620cb95464
commit
c2fc67a96b
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user