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'