autoevals
Advanced tools
Comparing version 0.0.18 to 0.0.19
@@ -32,2 +32,2 @@ /** | ||
export * from "./string.js"; | ||
export * from './templates.js'; | ||
export * from "./templates.js"; |
@@ -1,3 +0,1 @@ | ||
import path from "path"; | ||
import { Battle, LLMClassifierFromTemplate, OpenAIClassifier } from "../js/llm"; | ||
@@ -62,3 +60,3 @@ import { ChatCompletionRequestMessage } from "openai"; | ||
expect(score.error).toBeUndefined(); | ||
}, 60000); | ||
}, 600000); | ||
@@ -110,3 +108,3 @@ test("llm_classifier", async () => { | ||
} | ||
}, 60000); | ||
}, 600000); | ||
@@ -149,2 +147,2 @@ test("battle", async () => { | ||
} | ||
}, 60000); | ||
}, 600000); |
{ | ||
"name": "autoevals", | ||
"version": "0.0.18", | ||
"version": "0.0.19", | ||
"description": "Universal library for evaluating AI models", | ||
@@ -5,0 +5,0 @@ "main": "jsdist/bundle.js", |
@@ -148,2 +148,2 @@ # AutoEvals | ||
The full docs are available [here](https://www.braintrustdata.com/docs/autoevals). | ||
The full docs are available [here](https://www.braintrustdata.com/docs/autoevals/overview). |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2541
221057