Skip to content

Commit

Permalink
Merge pull request #1236 from zzzgydi/master
Browse files Browse the repository at this point in the history
fix: remove duplicate debug mode logger
  • Loading branch information
richbeales authored Apr 14, 2023
2 parents 646cc2b + 3128397 commit d79184b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions scripts/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -264,10 +264,6 @@ def parse_arguments():
logger.typewriter_log("GPT4 Only Mode: ", Fore.GREEN, "ENABLED")
cfg.set_fast_llm_model(cfg.smart_llm_model)

if args.debug:
logger.typewriter_log("Debug Mode: ", Fore.GREEN, "ENABLED")
cfg.set_debug_mode(True)

if args.memory_type:
supported_memory = get_supported_memory_backends()
chosen = args.memory_type
Expand Down

0 comments on commit d79184b

Please sign in to comment.