mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 19:00:59 +03:00
disable warnings
This commit is contained in:
@@ -123,6 +123,9 @@ export default class Start extends Command {
|
||||
// Telemetry
|
||||
if (flags.DISABLE_FLOWISE_TELEMETRY) process.env.DISABLE_FLOWISE_TELEMETRY = flags.DISABLE_FLOWISE_TELEMETRY
|
||||
|
||||
// Disable langchain warnings
|
||||
process.env.LANGCHAIN_SUPPRESS_MIGRATION_WARNINGS = 'true'
|
||||
|
||||
await (async () => {
|
||||
try {
|
||||
logger.info('Starting Flowise...')
|
||||
|
||||
Reference in New Issue
Block a user