From 70db8d264b92be6388f180b717b926a11284d598 Mon Sep 17 00:00:00 2001 From: Soulter <905617992@qq.com> Date: Mon, 24 Nov 2025 14:25:14 +0800 Subject: [PATCH] fix(config): disable auto_save_history option in configuration --- astrbot/core/config/default.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/astrbot/core/config/default.py b/astrbot/core/config/default.py index e640b57e..92e394f5 100644 --- a/astrbot/core/config/default.py +++ b/astrbot/core/config/default.py @@ -1036,7 +1036,7 @@ CONFIG_METADATA_2 = { "bot_id": "", "coze_api_base": "https://api.coze.cn", "timeout": 60, - "auto_save_history": True, + # "auto_save_history": True, }, "阿里云百炼应用": { "id": "dashscope",