feat: Add DeepSeek Chat Model node (#12873)

This commit is contained in:
oleg
2025-01-28 16:43:50 +01:00
committed by GitHub
parent d5062189db
commit 9918afa51b
6 changed files with 306 additions and 1 deletions

View File

@@ -91,6 +91,7 @@ function getInputs(
'@n8n/n8n-nodes-langchain.lmChatGoogleVertex',
'@n8n/n8n-nodes-langchain.lmChatMistralCloud',
'@n8n/n8n-nodes-langchain.lmChatAzureOpenAi',
'@n8n/n8n-nodes-langchain.lmChatDeepSeek',
'@n8n/n8n-nodes-langchain.lmChatOpenRouter',
],
},
@@ -120,6 +121,7 @@ function getInputs(
'@n8n/n8n-nodes-langchain.lmChatGroq',
'@n8n/n8n-nodes-langchain.lmChatGoogleVertex',
'@n8n/n8n-nodes-langchain.lmChatGoogleGemini',
'@n8n/n8n-nodes-langchain.lmChatDeepSeek',
'@n8n/n8n-nodes-langchain.lmChatOpenRouter',
],
},