From 85914675927193d1dd32ed0a2c3c7eb83c1c2d0a Mon Sep 17 00:00:00 2001 From: "Yuyao Huang (Sam)" Date: Sun, 29 Mar 2026 15:04:25 +0800 Subject: [PATCH] =?UTF-8?q?docs(README):=20=E6=9B=B4=E6=96=B0WORKING=5FDIR?= =?UTF-8?q?=E5=AD=97=E6=AE=B5=E7=9A=84=E4=BD=BF=E7=94=A8=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 在独立模式和路由模式下,WORKING_DIR字段的使用方式不同。添加注释说明该字段仅在独立模式下生效,而在路由模式下会被忽略。 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 501e36a..4f5c468 100644 --- a/README.md +++ b/README.md @@ -140,6 +140,8 @@ OPENAI_API_KEY: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx OPENAI_MODEL: glm-4.7 # Root directory for all project sessions (absolute path) +# Only used in standalone mode (python standalone.py) +# In router mode (python main.py), this field is ignored WORKING_DIR: C:/Users/yourname/projects # Allowlist of Feishu open_ids that may use the bot.