@symerian/symi 2.6.31 → 2.6.32

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "2.6.31",
3
- "commit": "04d0f0e6ea42837ab667db88cf2e67627a83d7d5",
4
- "builtAt": "2026-04-16T05:24:42.573Z"
2
+ "version": "2.6.32",
3
+ "commit": "3a921a700c69af2a281df5a5a26dcc8986d3f4ba",
4
+ "builtAt": "2026-04-16T05:32:53.293Z"
5
5
  }
@@ -1 +1 @@
1
- 586b52ca8dd0f6a43351f4e5eb1e8083e04280b0628e8b6d66be2ec0744632df
1
+ 1ef8a03d7981447f100886739cfbd52d6f44f70d5011a568566426cb868978f6
@@ -1,9 +1,9 @@
1
1
  // ── Model Routing Toggle ─────────────────────────────────────────────
2
- // Three-state toggle: Local (nemotron/CoreWeave) ↔ CoreWeave (Qwen vLLM) ↔ API (anthropic)
2
+ // Three-state toggle: Local (Qwen/Ollama) ↔ CoreWeave (Qwen vLLM) ↔ API (anthropic)
3
3
 
4
4
  (function () {
5
5
  const MODELS = {
6
- local: "nemotron/nemotron-3-super-120b",
6
+ local: "local/Li101/Qwen3.5-35B-A3B-Uncensored-Aggressive-safetensors",
7
7
  redsand: "qwen-cw/qwen35-35b-fp8",
8
8
  api: "anthropic/claude-sonnet-4-6",
9
9
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@symerian/symi",
3
- "version": "2.6.31",
3
+ "version": "2.6.32",
4
4
  "description": "Multi-channel AI gateway with extensible messaging integrations",
5
5
  "keywords": [],
6
6
  "homepage": "https://github.com/jaysteelmind/symi#readme",