fix: remove duplicate debug mode logger

This commit is contained in:
GyDi
2023-04-14 11:17:46 +08:00
committed by GitHub
parent a3024ca80d
commit 3128397988

View File

@@ -318,10 +318,6 @@ def parse_arguments():
logger.typewriter_log("GPT4 Only Mode: ", Fore.GREEN, "ENABLED") logger.typewriter_log("GPT4 Only Mode: ", Fore.GREEN, "ENABLED")
cfg.set_fast_llm_model(cfg.smart_llm_model) 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: if args.memory_type:
supported_memory = get_supported_memory_backends() supported_memory = get_supported_memory_backends()
chosen = args.memory_type chosen = args.memory_type