WIP local changes
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
|
||||
@@ -66,6 +66,7 @@ services:
|
||||
restart: unless-stopped
|
||||
env_file:
|
||||
- ./neomem/.env
|
||||
- ./.env
|
||||
volumes:
|
||||
- ./neomem_history:/app/history
|
||||
ports:
|
||||
@@ -101,6 +102,7 @@ services:
|
||||
restart: unless-stopped
|
||||
env_file:
|
||||
- ./cortex/.env
|
||||
- ./.env
|
||||
volumes:
|
||||
- ./cortex:/app
|
||||
ports:
|
||||
@@ -123,6 +125,7 @@ services:
|
||||
restart: unless-stopped
|
||||
env_file:
|
||||
- ./intake/.env
|
||||
- ./.env
|
||||
ports:
|
||||
- "7080:7080"
|
||||
volumes:
|
||||
|
||||
Reference in New Issue
Block a user