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)
|
print("[Reflection-Raw]:", raw)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user