config(env): 设置对话压缩默认模型并移除内存服务配置文件

- 为 MEMORY_CHAT_MODEL 环境变量设置默认值 qwen-plus
- 从 docker-compose.yml 中移除 agent-memory 服务的 profiles 配置
- 调整内存服务容器配置以优化部署流程
This commit is contained in:
wangbo 2026-03-20 22:04:13 +08:00
parent dd1c905cd8
commit ac795ad38d
2 changed files with 1 additions and 3 deletions

View File

@ -23,7 +23,7 @@ MEMORY_SCORE_IMPORTANCE_GAIN=0.3
# ---------- 对话压缩 ----------
MEMORY_CHAT_COMPLETIONS_PATH=/v1/chat/completions
MEMORY_CHAT_MODELS_PATH=/v1/models
MEMORY_CHAT_MODEL=
MEMORY_CHAT_MODEL=qwen-plus
MEMORY_COMPRESSION_ENABLED=true
MEMORY_COMPRESSION_MIN_LENGTH=80

View File

@ -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: