Remove duplicates of set debug mode func

This commit is contained in:
kinance
2023-04-11 19:26:23 +09:00
parent 5a6e565c52
commit b06974904c
2 changed files with 0 additions and 7 deletions

View File

@@ -288,10 +288,6 @@ def parse_arguments():
print_to_console("Speak Mode: ", Fore.GREEN, "ENABLED")
cfg.set_speak_mode(True)
if args.debug:
print_to_console("Debug Mode: ", Fore.GREEN, "ENABLED")
cfg.set_debug_mode(True)
if args.gpt3only:
print_to_console("GPT3.5 Only Mode: ", Fore.GREEN, "ENABLED")
cfg.set_smart_llm_model(cfg.fast_llm_model)