From 6e505860bed739f66338fd7ca42ec157e26725a7 Mon Sep 17 00:00:00 2001 From: yhjun1026 <460342015@qq.com> Date: Mon, 24 Jul 2023 14:32:50 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E6=B8=85=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pilot/scene/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pilot/scene/base.py b/pilot/scene/base.py index a76ecca0b..02acaccdd 100644 --- a/pilot/scene/base.py +++ b/pilot/scene/base.py @@ -20,7 +20,7 @@ class ChatScene(Enum): ) ChatWithDbQA = Scene( "chat_with_db_qa", - "Chat Meta Data", + "Chat DB", "Have a Professional Conversation with Metadata.", ["DB Select"], )