Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

autoevals

Package Overview
Dependencies
Maintainers
1
Versions
103
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

autoevals - npm Package Compare versions

Comparing version 0.0.62 to 0.0.63

2

jsdist/index.js

@@ -210,3 +210,3 @@ "use strict";

var NO_COT_SUFFIX = "Answer the question by calling `select_choice` with a single choice from {{__choices}}.";
var COT_SUFFIX = "Answer the question by calling `select_choice` with your reasoning in a step-by-step matter to be sure that your conclusion is correct. Avoid simply stating the correct answer at the outset. Select a single choice by setting the `choice` parameter to a single choice from {{__choices}}.";
var COT_SUFFIX = "Answer the question by calling `select_choice` with your reasoning in a step-by-step manner to be sure that your conclusion is correct. Avoid simply stating the correct answer at the outset. Select a single choice by setting the `choice` parameter to a single choice from {{__choices}}.";
var SUPPORTED_MODELS = ["gpt-3.5-turbo", "gpt-4"];

@@ -213,0 +213,0 @@ var PLAIN_RESPONSE_SCHEMA = {

{
"name": "autoevals",
"version": "0.0.62",
"version": "0.0.63",
"description": "Universal library for evaluating AI models",

@@ -46,3 +46,3 @@ "main": "./jsdist/index.js",

"dependencies": {
"@braintrust/core": "0.0.32",
"@braintrust/core": "0.0.33",
"compute-cosine-similarity": "^1.1.0",

@@ -49,0 +49,0 @@ "js-levenshtein": "^1.1.6",

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc