@langchain/openai
Advanced tools
Comparing version 0.3.16 to 0.3.17
@@ -1113,2 +1113,5 @@ import { OpenAI as OpenAIClient } from "openai"; | ||
} | ||
if (this.model === "o1") { | ||
this.disableStreaming = true; | ||
} | ||
this.streaming = fields?.streaming ?? false; | ||
@@ -1115,0 +1118,0 @@ this.streamUsage = fields?.streamUsage ?? this.streamUsage; |
{ | ||
"name": "@langchain/openai", | ||
"version": "0.3.16", | ||
"version": "0.3.17", | ||
"description": "OpenAI integrations for LangChain.js", | ||
@@ -44,3 +44,3 @@ "type": "module", | ||
"peerDependencies": { | ||
"@langchain/core": ">=0.2.26 <0.4.0" | ||
"@langchain/core": ">=0.3.29 <0.4.0" | ||
}, | ||
@@ -47,0 +47,0 @@ "devDependencies": { |
Sorry, the diff of this file is not supported yet
394252
10843