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)