@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/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-3-5-sonnet-latest";
2382
+ const qualityModel = process.env["RELAYPLANE_QUALITY_MODEL"] || "claude-sonnet-4-20250514";
2383
2383
  targetModel = qualityModel;
2384
2384
  targetProvider = "anthropic";
2385
2385
  }