From bd2a88783ceb8310404b108a1c61250935adbaf9 Mon Sep 17 00:00:00 2001 From: Soulter <905617992@qq.com> Date: Mon, 1 Dec 2025 14:56:32 +0800 Subject: [PATCH] fix: correct indentation in default configuration file --- 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 c2d912fd..f9c21571 100644 --- a/astrbot/core/config/default.py +++ b/astrbot/core/config/default.py @@ -80,7 +80,7 @@ DEFAULT_CONFIG = { "enable": False, "provider": "moonshotai", "moonshotai_api_key": "", - } + }, }, "provider_stt_settings": { "enable": False,