@empiricalrun/llm
Advanced tools
Comparing version 0.4.0 to 0.4.1
# @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 @@ |
@@ -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
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
9870