mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00:00
feat(Cohere Chat Model Node): Add Cohere Chat Model node (#16888)
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user