@auxot/cli 0.1.2 → 0.1.3

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.
package/dist/index.js CHANGED
@@ -2417,7 +2417,7 @@ import { writeFileSync, mkdirSync } from "node:fs";
2417
2417
  import { join } from "node:path";
2418
2418
  import { createInterface } from "node:readline";
2419
2419
  import { tmpdir } from "node:os";
2420
- var DEFAULT_MODEL = "Qwen3-30B-A3B-Instruct-2507";
2420
+ var DEFAULT_MODEL = "Qwen3-Coder-30B-A3B";
2421
2421
  var DOCKER_IMAGE = "ghcr.io/auxothq/auxot-router";
2422
2422
  var args = process.argv.slice(2);
2423
2423
  var command = args[0];