mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
feat(Vercel AI Gateway Node): Add Vercel AI Gateway model Node (#17524)
This commit is contained in:
@@ -99,6 +99,7 @@ function getInputs(
|
||||
'@n8n/n8n-nodes-langchain.lmChatAzureOpenAi',
|
||||
'@n8n/n8n-nodes-langchain.lmChatDeepSeek',
|
||||
'@n8n/n8n-nodes-langchain.lmChatOpenRouter',
|
||||
'@n8n/n8n-nodes-langchain.lmChatVercelAiGateway',
|
||||
'@n8n/n8n-nodes-langchain.lmChatXAiGrok',
|
||||
'@n8n/n8n-nodes-langchain.modelSelector',
|
||||
],
|
||||
@@ -131,6 +132,7 @@ function getInputs(
|
||||
'@n8n/n8n-nodes-langchain.lmChatGoogleGemini',
|
||||
'@n8n/n8n-nodes-langchain.lmChatDeepSeek',
|
||||
'@n8n/n8n-nodes-langchain.lmChatOpenRouter',
|
||||
'@n8n/n8n-nodes-langchain.lmChatVercelAiGateway',
|
||||
'@n8n/n8n-nodes-langchain.lmChatXAiGrok',
|
||||
],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user