From acb68a4a1eb70c3df65fd5675d2cdbdadade0fb9 Mon Sep 17 00:00:00 2001 From: Soulter <905617992@qq.com> Date: Thu, 8 Feb 2024 00:31:08 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E6=A0=87=E8=AF=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 3 ++- cores/qqbot/core.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 99fe286ff..9e4c06f56 100644 --- a/.gitignore +++ b/.gitignore @@ -7,4 +7,5 @@ configs/config.yaml **/.DS_Store temp cmd_config.json -addons/plugins/ \ No newline at end of file +addons/plugins/ +data/ diff --git a/cores/qqbot/core.py b/cores/qqbot/core.py index 2f457f607..bad9f194c 100644 --- a/cores/qqbot/core.py +++ b/cores/qqbot/core.py @@ -43,7 +43,7 @@ frequency_time = 60 frequency_count = 2 # 版本 -version = '3.1.4' +version = '3.1.5' # 语言模型 REV_CHATGPT = 'rev_chatgpt'