@relayplane/proxy 0.1.3 → 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/dist/cli.mjs CHANGED
@@ -2377,7 +2377,7 @@ async function startProxy(config = {}) {
2377
2377
  targetProvider = "anthropic";
2378
2378
  }
2379
2379
  } else if (routingMode === "quality") {
2380
- const qualityModel = process.env["RELAYPLANE_QUALITY_MODEL"] || "claude-3-5-sonnet-latest";
2380
+ const qualityModel = process.env["RELAYPLANE_QUALITY_MODEL"] || "claude-sonnet-4-20250514";
2381
2381
  targetModel = qualityModel;
2382
2382
  targetProvider = "anthropic";
2383
2383
  }