mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-20 00:54:43 +00:00
Fix ChatWithDbQA param validate (#2569)
Co-authored-by: alan.cl <alan.cl@antgroup.com>
This commit is contained in:
@@ -1391,7 +1391,7 @@ def adapt_native_app_model(dialogue: ConversationVo):
|
||||
ChatScene.ChatWithDbQA.value(),
|
||||
ChatScene.ChatWithDbExecute.value(),
|
||||
ChatScene.ChatDashboard.value(),
|
||||
ChatScene.ChatNormal.value,
|
||||
ChatScene.ChatNormal.value(),
|
||||
]:
|
||||
return dialogue
|
||||
gpts_dao = GptsAppDao()
|
||||
|
Reference in New Issue
Block a user