@wix/evalforge-evaluator 0.17.0 → 0.18.0

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/build/index.js CHANGED
@@ -7253,7 +7253,7 @@ async function testNetworkConnectivity(config) {
7253
7253
  output: pingResult.stdout || pingResult.stderr,
7254
7254
  exitCode: pingResult.exitCode
7255
7255
  };
7256
- const gatewayUrl = config.aiGatewayUrl || "https://manage.wix.com/_api/eval-wix-ai-gateway-proxy";
7256
+ const gatewayUrl = config.aiGatewayUrl || "https://manage.wix.com/_api/eval-wix-ai-gateway-proxy/proxy/anthropic";
7257
7257
  const curlGatewayResult = await execCommand(
7258
7258
  `curl -v -s --connect-timeout 5 --max-time 10 "${gatewayUrl}" 2>&1 | tail -30`
7259
7259
  );