autoevals
Advanced tools
Comparing version 0.0.42 to 0.0.43
@@ -66,3 +66,4 @@ "use strict"; | ||
var Env = { | ||
OPENAI_API_KEY: void 0 | ||
OPENAI_API_KEY: void 0, | ||
OPENAI_BASE_URL: void 0 | ||
}; | ||
@@ -106,3 +107,3 @@ | ||
organization: openAiOrganizationId, | ||
baseURL: openAiBaseUrl || PROXY_URL, | ||
baseURL: openAiBaseUrl || Env.OPENAI_BASE_URL || PROXY_URL, | ||
defaultHeaders: openAiDefaultHeaders, | ||
@@ -109,0 +110,0 @@ dangerouslyAllowBrowser: openAiDangerouslyAllowBrowser |
{ | ||
"name": "autoevals", | ||
"version": "0.0.42", | ||
"version": "0.0.43", | ||
"description": "Universal library for evaluating AI models", | ||
@@ -5,0 +5,0 @@ "main": "./jsdist/index.js", |
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
63255
1483