mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
chore: Update Langchain dependencies (no-changelog) (#18213)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user