chore: Update Langchain dependencies (no-changelog) (#18213)

This commit is contained in:
oleg
2025-08-11 16:49:41 +02:00
committed by GitHub
parent 81cbbc0cd5
commit 8a27ac0438
11 changed files with 177 additions and 146 deletions

View File

@@ -233,7 +233,7 @@ export class LmChatOpenRouter implements INodeType {
};
const model = new ChatOpenAI({
openAIApiKey: credentials.apiKey,
apiKey: credentials.apiKey,
model: modelName,
...options,
timeout: options.timeout ?? 60000,