mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 03:12:15 +00:00
fix(Basic LLM Chain Node): Remove fallback connection on lower versions (#19053)
This commit is contained in:
@@ -25,7 +25,7 @@ export function getInputs(parameters: IDataObject) {
|
||||
|
||||
const needsFallback = parameters?.needsFallback;
|
||||
|
||||
if (needsFallback === undefined || needsFallback === true) {
|
||||
if (needsFallback === true) {
|
||||
inputs.push({
|
||||
displayName: 'Fallback Model',
|
||||
maxConnections: 1,
|
||||
|
||||
Reference in New Issue
Block a user