From 680518b08ac0633c3b9c8bd8fa6646a9a98fdfc0 Mon Sep 17 00:00:00 2001 From: "tuyang.yhj" Date: Tue, 4 Jul 2023 11:04:22 +0800 Subject: [PATCH] WEB API independent --- pilot/scene/base.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pilot/scene/base.py b/pilot/scene/base.py index 2684855c9..57a1e2644 100644 --- a/pilot/scene/base.py +++ b/pilot/scene/base.py @@ -16,7 +16,7 @@ class ChatScene(Enum): "Dialogue with your private data through natural language.", ["DB Select"]) ChatWithDbQA = Scene("chat_with_db_qa", "Chat Meta Data", "Have a Professional Conversation with Metadata.", ["DB Select"]) - ChatExecution = Scene("chat_execution", "Chat Plugin", "Use tools through dialogue to accomplish your goals.", + ChatExecution = Scene("chat_execution", "Plugin", "Use tools through dialogue to accomplish your goals.", ["Plugin Select"]) ChatDefaultKnowledge = Scene("chat_default_knowledge", "Chat Default Knowledge", "Dialogue through natural language and private documents and knowledge bases.") @@ -29,7 +29,7 @@ class ChatScene(Enum): InnerChatDBSummary = Scene("inner_chat_db_summary", "DB Summary", "Db Summary.", True) ChatNormal = Scene("chat_normal", "Chat Normal", "Native LLM large model AI dialogue.") - ChatDashboard = Scene("chat_dashboard", "Chat Dashboard", + ChatDashboard = Scene("chat_dashboard", "Dashboard", "Provide you with professional analysis reports through natural language.", ["DB Select"]) ChatKnowledge = Scene("chat_knowledge", "Chat Knowledge", "Dialogue through natural language and private documents and knowledge bases.",