@wix/evalforge-evaluator 0.18.0 → 0.19.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 +1 -1
- package/build/index.js.map +2 -2
- package/build/index.mjs +1 -1
- package/build/index.mjs.map +2 -2
- package/package.json +2 -2
package/build/index.js
CHANGED
|
@@ -6103,7 +6103,7 @@ var import_evalforge_types = require("@wix/evalforge-types");
|
|
|
6103
6103
|
var import_crypto = require("crypto");
|
|
6104
6104
|
var import_promises3 = require("fs/promises");
|
|
6105
6105
|
var import_path5 = require("path");
|
|
6106
|
-
var DEFAULT_MODEL = "claude-sonnet-
|
|
6106
|
+
var DEFAULT_MODEL = "claude-3-5-sonnet-latest";
|
|
6107
6107
|
function emitTraceEvent(event, tracePushUrl, routeHeader, authToken) {
|
|
6108
6108
|
console.log(`${import_evalforge_types.TRACE_EVENT_PREFIX}${JSON.stringify(event)}`);
|
|
6109
6109
|
if (tracePushUrl) {
|