[p1] Remove Groq offload from active local Nexus runtime #738
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
~/.timmy/nexus-localhost/nexus/nexus_think.pyis mostly local-first, but still supports optional Groq offload throughgroq_worker.py.Live files:
nexus/nexus_think.pyimportsGroqWorkernexus/groq_worker.pycallshttps://api.groq.com/openai/v1/chat/completionsThat keeps a hidden cloud brain available inside a runtime that is supposed to prove local embodiment.
Acceptance criteria:
nexus_think.pyno longer imports or initializes Groq in the active pathGROQ_API_KEYAudit pass: closing unscoped/unassigned issue. Reopen with clear acceptance criteria when ready to work.