WIP local changes

This commit is contained in:
serversdwn
2025-11-17 03:39:56 -05:00
parent 180af9eb63
commit a19231abd0
2 changed files with 4 additions and 1 deletions

View File

@@ -30,7 +30,7 @@ async def reflect_notes(intake_summary: str, identity_block: dict | None) -> dic
) )
raw = await call_llm(prompt, backend_override="cloud") raw = await call_llm(prompt, backend="cloud")
print("[Reflection-Raw]:", raw) print("[Reflection-Raw]:", raw)

View File

@@ -66,6 +66,7 @@ services:
restart: unless-stopped restart: unless-stopped
env_file: env_file:
- ./neomem/.env - ./neomem/.env
- ./.env
volumes: volumes:
- ./neomem_history:/app/history - ./neomem_history:/app/history
ports: ports:
@@ -101,6 +102,7 @@ services:
restart: unless-stopped restart: unless-stopped
env_file: env_file:
- ./cortex/.env - ./cortex/.env
- ./.env
volumes: volumes:
- ./cortex:/app - ./cortex:/app
ports: ports:
@@ -123,6 +125,7 @@ services:
restart: unless-stopped restart: unless-stopped
env_file: env_file:
- ./intake/.env - ./intake/.env
- ./.env
ports: ports:
- "7080:7080" - "7080:7080"
volumes: volumes: