Browse Source

准备发布到143服务器。

wangxq 1 month ago
parent
commit
eca80a93b7
1 changed files with 1 additions and 0 deletions
  1. 1 0
      react_agent/config.py

+ 1 - 0
react_agent/config.py

@@ -20,6 +20,7 @@ QWEN_BASE_URL = "https://dashscope.aliyuncs.com/compatible-mode/v1"
 QWEN_MODEL = "qwen3-235b-a22b"
 
 # --- Redis 配置 ---
+# 如果存储到 DB3: REDIS_URL = "redis://localhost:6379/3"
 REDIS_URL = "redis://localhost:6379"
 REDIS_ENABLED = True