feat(Cohere Chat Model Node): Add Cohere Chat Model node (#16888)

This commit is contained in:
oleg
2025-07-09 13:20:25 +02:00
committed by GitHub
parent 59704b4010
commit c37397cb2b
10 changed files with 604 additions and 10 deletions

View File

@@ -76,6 +76,7 @@
"dist/nodes/llms/LMChatAnthropic/LmChatAnthropic.node.js",
"dist/nodes/llms/LmChatAzureOpenAi/LmChatAzureOpenAi.node.js",
"dist/nodes/llms/LmChatAwsBedrock/LmChatAwsBedrock.node.js",
"dist/nodes/llms/LmChatCohere/LmChatCohere.node.js",
"dist/nodes/llms/LmChatDeepSeek/LmChatDeepSeek.node.js",
"dist/nodes/llms/LmChatGoogleGemini/LmChatGoogleGemini.node.js",
"dist/nodes/llms/LmChatGoogleVertex/LmChatGoogleVertex.node.js",
@@ -155,7 +156,8 @@
"@types/temp": "^0.9.1",
"fast-glob": "catalog:",
"n8n-core": "workspace:*",
"tsup": "catalog:"
"tsup": "catalog:",
"jest-mock-extended": "^3.0.4"
},
"dependencies": {
"@aws-sdk/client-sso-oidc": "3.808.0",