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

@@ -260,7 +260,7 @@ export class LmOpenAi implements INodeType {
}
const model = new OpenAI({
openAIApiKey: credentials.apiKey as string,
apiKey: credentials.apiKey as string,
model: modelName,
...options,
configuration,