@langchain/openai
Advanced tools
Comparing version 0.2.8 to 0.2.9
@@ -898,2 +898,3 @@ import { OpenAI as OpenAIClient } from "openai"; | ||
fields?.openAIApiKey ?? | ||
fields?.configuration?.apiKey ?? | ||
getEnvironmentVariable("OPENAI_API_KEY"); | ||
@@ -900,0 +901,0 @@ this.apiKey = this.openAIApiKey; |
{ | ||
"name": "@langchain/openai", | ||
"version": "0.2.8", | ||
"version": "0.2.9", | ||
"description": "OpenAI integrations for LangChain.js", | ||
@@ -5,0 +5,0 @@ "type": "module", |
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
359037
9975