From 2a913ed24c469b26618b43cd626c2b518f4ff39b Mon Sep 17 00:00:00 2001 From: RockChinQ <1010553892@qq.com> Date: Tue, 6 Feb 2024 21:29:31 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=88=A0=E9=99=A4=E8=BF=87=E6=97=B6?= =?UTF-8?q?=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/__init__.py | 0 scenario/default-template.json | 12 ------------ 2 files changed, 12 deletions(-) delete mode 100644 plugins/__init__.py delete mode 100644 scenario/default-template.json diff --git a/plugins/__init__.py b/plugins/__init__.py deleted file mode 100644 index e69de29b..00000000 diff --git a/scenario/default-template.json b/scenario/default-template.json deleted file mode 100644 index d9b7267a..00000000 --- a/scenario/default-template.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "prompt": [ - { - "role": "system", - "content": "You are a helpful assistant. 如果我需要帮助,你要说“输入!help获得帮助”" - }, - { - "role": "assistant", - "content": "好的,我是一个能干的AI助手。 如果你需要帮助,我会说“输入!help获得帮助”" - } - ] -} \ No newline at end of file