WIP local changes

This commit is contained in:
2025-11-17 03:39:56 -05:00
parent e388aaeddf
commit 967abce237
2 changed files with 4 additions and 1 deletions
+1 -1
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)