@relayplane/proxy 0.1.2 → 0.1.4
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/README.md +5 -4
- package/dist/cli.js +1 -1
- package/dist/cli.js.map +1 -1
- package/dist/cli.mjs +1 -1
- package/dist/cli.mjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -2379,7 +2379,7 @@ async function startProxy(config = {}) {
|
|
|
2379
2379
|
targetProvider = "anthropic";
|
|
2380
2380
|
}
|
|
2381
2381
|
} else if (routingMode === "quality") {
|
|
2382
|
-
const qualityModel = process.env["RELAYPLANE_QUALITY_MODEL"] || "claude-
|
|
2382
|
+
const qualityModel = process.env["RELAYPLANE_QUALITY_MODEL"] || "claude-sonnet-4-20250514";
|
|
2383
2383
|
targetModel = qualityModel;
|
|
2384
2384
|
targetProvider = "anthropic";
|
|
2385
2385
|
}
|