Update main.py

clean trailing whitespace
This commit is contained in:
Maiko Bossuyt
2023-04-12 16:23:09 +02:00
parent 16b37fff1d
commit c785352ed2

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)