Merge branch 'master' into pr-whitespace

This commit is contained in:
Toran Bruce Richards
2023-04-10 13:35:47 +01:00
committed by GitHub
6 changed files with 25 additions and 14 deletions

View File

@@ -277,6 +277,10 @@ 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)