Merge pull request #678 from kinance/kinance-resolve-debug-config-conflict

Resolve the conflict around debug mode flag after pull merge
This commit is contained in:
Toran Bruce Richards
2023-04-11 12:34:01 +01:00
committed by GitHub
3 changed files with 6 additions and 9 deletions

View File

@@ -292,9 +292,6 @@ def parse_arguments():
print_to_console("GPT3.5 Only Mode: ", Fore.GREEN, "ENABLED")
cfg.set_smart_llm_model(cfg.fast_llm_model)
if args.debug:
print_to_console("Debug Mode: ", Fore.GREEN, "ENABLED")
cfg.set_debug_mode(True)
# TODO: fill in llm values here