config(env): 设置对话压缩默认模型并移除内存服务配置文件
- 为 MEMORY_CHAT_MODEL 环境变量设置默认值 qwen-plus - 从 docker-compose.yml 中移除 agent-memory 服务的 profiles 配置 - 调整内存服务容器配置以优化部署流程
This commit is contained in:
@@ -412,8 +412,6 @@ services:
|
||||
reservations:
|
||||
memory: 128MB
|
||||
agent-memory:
|
||||
profiles:
|
||||
- memory
|
||||
container_name: agent-memory
|
||||
image: registry.cn-shanghai.aliyuncs.com/easyaigc/agent-memory:${AMS_VERSION:-latest}
|
||||
labels:
|
||||
|
||||
Reference in New Issue
Block a user