@anjieyang/uncommon-route 0.2.4 → 0.2.5
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/openclaw.plugin.json +1 -1
- package/package.json +1 -1
- package/src/index.js +2 -2
package/openclaw.plugin.json
CHANGED
package/package.json
CHANGED
package/src/index.js
CHANGED
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
import { spawn, execSync } from "node:child_process";
|
|
17
17
|
import { setTimeout as sleep } from "node:timers/promises";
|
|
18
18
|
|
|
19
|
-
const VERSION = "0.2.
|
|
19
|
+
const VERSION = "0.2.5";
|
|
20
20
|
const DEFAULT_PORT = 8403;
|
|
21
21
|
const DEFAULT_UPSTREAM = "";
|
|
22
22
|
const HEALTH_TIMEOUT_MS = 15_000;
|
|
@@ -188,7 +188,7 @@ async function postJson(url, body) {
|
|
|
188
188
|
let pyProc = null;
|
|
189
189
|
|
|
190
190
|
const plugin = {
|
|
191
|
-
id: "uncommon-route",
|
|
191
|
+
id: "@anjieyang/uncommon-route",
|
|
192
192
|
name: "UncommonRoute",
|
|
193
193
|
description: "Local LLM router plugin that cuts premium-model spend with smart routing",
|
|
194
194
|
version: VERSION,
|