- 将 comfy-server 替换为 easyai-server 在环境配置文件中 - 修改 README.md 中的服务引用名称 - 添加 WS_GATEWAY_LOG_LEVEL 日志级别配置 - 实现 nginx 配置文件自动检测和选择功能 - 更新 https.sh 中的配置文件查找逻辑
This commit is contained in:
+1
-1
@@ -7,7 +7,7 @@
|
||||
|
||||
# ---------- 主服务连接(用于 Embedding 与对话压缩)----------
|
||||
# 主服务 API 地址(容器内网地址)
|
||||
MEMORY_AI_BASE_URL=http://comfy-server:3001
|
||||
MEMORY_AI_BASE_URL=http://easyai-server:3001
|
||||
MEMORY_AI_API_KEY=
|
||||
# 默认模型配置接口路径已内置为 /content/llm/default-models,无需额外环境变量
|
||||
|
||||
|
||||
Reference in New Issue
Block a user