From 97ff629d860f593c6c85575396c612b0044750b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=B1=E6=BD=AE?= Date: Sun, 15 Mar 2026 15:43:19 +0800 Subject: [PATCH] =?UTF-8?q?=E9=BB=98=E8=AE=A4=E4=B8=8D=E6=98=AF=E5=8D=95ag?= =?UTF-8?q?ent?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- utils/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/settings.py b/utils/settings.py index d320ac2..9d51b28 100644 --- a/utils/settings.py +++ b/utils/settings.py @@ -121,6 +121,6 @@ NEW_API_ADMIN_KEY = os.getenv("NEW_API_ADMIN_KEY", "") # ============================================================ # Single Agent Mode Configuration # ============================================================ -SINGLE_AGENT_MODE = os.getenv("SINGLE_AGENT_MODE", "true") == "true" +SINGLE_AGENT_MODE = os.getenv("SINGLE_AGENT_MODE", "false") == "true" TEMPLATE_BOT_ID = os.getenv("TEMPLATE_BOT_ID", "403a2b63-88e4-4db1-b712-8dcf31fc98ea") TEMPLATE_BOT_NAME = os.getenv("TEMPLATE_BOT_NAME", "智能助手")