diff --git a/.gitignore b/.gitignore index 14352f4..2556e45 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ node_modules/ test-results/ nexus/__pycache__/ +tests/__pycache__/ diff --git a/nexus/groq_worker.py b/nexus/groq_worker.py index 69a0cd0..3d55c02 100644 --- a/nexus/groq_worker.py +++ b/nexus/groq_worker.py @@ -25,7 +25,7 @@ from typing import Optional log = logging.getLogger("nexus") GROQ_API_URL = "https://api.groq.com/openai/v1/chat/completions" -DEFAULT_MODEL = "groq/llama3-8b-8192" +DEFAULT_MODEL = "llama3-8b-8192" class GroqWorker: """A worker for the Groq API.""" diff --git a/nexus/nexus_think.py b/nexus/nexus_think.py index 847de3c..14d1996 100644 --- a/nexus/nexus_think.py +++ b/nexus/nexus_think.py @@ -315,7 +315,7 @@ class NexusMind: ] summary = self._call_thinker(messages) -. + if summary: self.experience_store.save_summary( summary=summary, @@ -442,7 +442,7 @@ def main(): parser = argparse.ArgumentParser( description="Nexus Mind — Embodied consciousness loop" ) - parser.add_.argument( + parser.add_argument( "--model", default=DEFAULT_MODEL, help=f"Ollama model name (default: {DEFAULT_MODEL})" ) diff --git a/public/nexus/app.js b/public/nexus/app.js deleted file mode 100644 index 047e8fa..0000000 --- a/public/nexus/app.js +++ /dev/null @@ -1,284 +0,0 @@ - - -
- - - - - -- It looks like your browser is blocking a required security cookie, which is common on - older versions of iOS and Safari. -
- -- It looks like your browser is blocking a required security cookie, which is common on - older versions of iOS and Safari. -
- -- It looks like your browser is blocking a required security cookie, which is common on - older versions of iOS and Safari. -
- -