reorganizing and restructuring
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# reflection.py
|
||||
from llm_router import call_llm
|
||||
from llm.llm_router import call_llm
|
||||
import json
|
||||
|
||||
|
||||
@@ -30,7 +30,7 @@ async def reflect_notes(intake_summary: str, identity_block: dict | None) -> dic
|
||||
)
|
||||
|
||||
|
||||
raw = await call_llm(prompt, backend="cloud")
|
||||
raw = await call_llm(prompt, backend="primary")
|
||||
print("[Reflection-Raw]:", raw)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user