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

@empiricalrun/llm

Package Overview
Dependencies
Maintainers
0
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@empiricalrun/llm - npm Package Compare versions

Comparing version 0.4.0 to 0.4.1

6

CHANGELOG.md
# @empiricalrun/llm
## 0.4.1
### Patch Changes
- bcf53ae: fix: create new session if no session is associated with test case
## 0.4.0

@@ -4,0 +10,0 @@

2

dist/types/index.d.ts

@@ -7,3 +7,3 @@ import OpenAI from "openai";

export type LLMProvider = "openai" | "google" | "anthropic";
export type LLMModel = "gpt-3.5-turbo" | "gpt-4" | "gpt-4o" | "claude-3-5-sonnet-20240620" | "gemini-1.5-flash-latest" | "gemini-1.5-pro-latest";
export type LLMModel = "gpt-3.5-turbo" | "gpt-4" | "gpt-4o" | "gpt-4o-mini" | "claude-3-5-sonnet-20240620" | "gemini-1.5-flash-latest" | "gemini-1.5-pro-latest";
export interface ModelParameters {

@@ -10,0 +10,0 @@ frequency_penalty?: number | null;

{
"name": "@empiricalrun/llm",
"version": "0.4.0",
"version": "0.4.1",
"main": "dist/index.js",

@@ -5,0 +5,0 @@ "publishConfig": {

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