From 76cc007315bbed2fb446bda7d3d0014e518b9849 Mon Sep 17 00:00:00 2001 From: SnowindMe <1945743455@qq.com> Date: Sun, 13 Apr 2025 01:19:34 +0800 Subject: [PATCH] =?UTF-8?q?=E6=81=A2=E5=A4=8D=E9=BB=98=E8=AE=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/plugins/utils/statistic.py | 2 +- (临时版)麦麦开始学习.bat | 4 ++-- (测试版)麦麦生成人格.bat | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/plugins/utils/statistic.py b/src/plugins/utils/statistic.py index 5029b1d94..4b9afff39 100644 --- a/src/plugins/utils/statistic.py +++ b/src/plugins/utils/statistic.py @@ -337,7 +337,7 @@ class LLMStatistics: stats_output = self._format_stats_section_lite( hour_stats, "最近1小时统计:详细信息见根目录文件:llm_statistics.txt" ) - logger.debug("\n" + stats_output + "\n" + "=" * 50) + logger.info("\n" + stats_output + "\n" + "=" * 50) except Exception: logger.exception("控制台统计数据输出失败") diff --git a/(临时版)麦麦开始学习.bat b/(临时版)麦麦开始学习.bat index 256da321f..c6f4cd57b 100644 --- a/(临时版)麦麦开始学习.bat +++ b/(临时版)麦麦开始学习.bat @@ -42,8 +42,8 @@ if errorlevel 2 ( echo Conda 环境 "!CONDA_ENV!" 激活成功 python src/plugins/zhishi/knowledge_library.py ) else ( - if exist "..\maibot_env\Scripts\python.exe" ( - ..\maibot_env\Scripts\python src/plugins/zhishi/knowledge_library.py + if exist "venvvenv\Scripts\python.exe" ( + venvvenv\Scripts\python src/plugins/zhishi/knowledge_library.py ) else ( echo ====================================== echo 错误: venv环境不存在,请先创建虚拟环境 diff --git a/(测试版)麦麦生成人格.bat b/(测试版)麦麦生成人格.bat index a04c0d0cc..d61c9a6ab 100644 --- a/(测试版)麦麦生成人格.bat +++ b/(测试版)麦麦生成人格.bat @@ -42,8 +42,8 @@ if errorlevel 2 ( echo Conda 环境 "!CONDA_ENV!" 激活成功 python src/individuality/per_bf_gen.py ) else ( - if exist "..\maibot_env\Scripts\python.exe" ( - ..\maibot_env\Scripts\python src/individuality/per_bf_gen.py + if exist "venv\Scripts\python.exe" ( + venvvenv\Scripts\python src/individuality/per_bf_gen.py ) else ( echo ====================================== echo 错误: venv环境不存在,请先创建虚拟环境