mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 15:00:57 +03:00
clean(components): is debug boolean syntax shorthand (#3770)
🧹 CLEAN(components): is debug boolean syntax shorthand
This commit is contained in:
@@ -66,7 +66,7 @@ class MultiPromptChain_Chains implements INode {
|
||||
promptNames,
|
||||
promptDescriptions,
|
||||
promptTemplates,
|
||||
llmChainOpts: { verbose: process.env.DEBUG === 'true' ? true : false }
|
||||
llmChainOpts: { verbose: process.env.DEBUG === 'true' }
|
||||
})
|
||||
|
||||
return chain
|
||||
|
||||
Reference in New Issue
Block a user