mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-27 11:00:34 +03:00
add debug
This commit is contained in:
@@ -82,7 +82,8 @@ const getSQLDBChain = async (databaseType: 'sqlite', dbFilePath: string, llm: Ba
|
||||
|
||||
const obj: SqlDatabaseChainInput = {
|
||||
llm,
|
||||
database: db
|
||||
database: db,
|
||||
verbose: process.env.DEBUG === 'true' ? true : false
|
||||
}
|
||||
|
||||
const chain = new SqlDatabaseChain(obj)
|
||||
|
||||
Reference in New Issue
Block a user