Revert "Update main.py"

This reverts commit c785352ed2.
This commit is contained in:
Maiko Bossuyt
2023-04-12 18:00:17 +02:00
parent 5bb551db95
commit a615e57061

View File

@@ -293,7 +293,7 @@ def parse_arguments():
if args.gpt3only:
print_to_console("GPT3.5 Only Mode: ", Fore.GREEN, "ENABLED")
cfg.set_smart_llm_model(cfg.fast_llm_model)
if args.gpt4only:
print_to_console("GPT4 Only Mode: ", Fore.GREEN, "ENABLED")
cfg.set_fast_llm_model(cfg.smart_llm_model)