@relayplane/proxy 0.1.3 → 0.1.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/dist/index.js CHANGED
@@ -2432,7 +2432,7 @@ async function startProxy(config = {}) {
2432
2432
  targetProvider = "anthropic";
2433
2433
  }
2434
2434
  } else if (routingMode === "quality") {
2435
- const qualityModel = process.env["RELAYPLANE_QUALITY_MODEL"] || "claude-3-5-sonnet-latest";
2435
+ const qualityModel = process.env["RELAYPLANE_QUALITY_MODEL"] || "claude-sonnet-4-20250514";
2436
2436
  targetModel = qualityModel;
2437
2437
  targetProvider = "anthropic";
2438
2438
  }