Added double_check logging to AI Settings validator, and updated README for 'no_memory'

This commit is contained in:
Eesa Hamza
2023-04-14 01:56:45 +03:00
parent 6702a04f76
commit 4f923ece60
2 changed files with 3 additions and 2 deletions

View File

@@ -348,6 +348,7 @@ def parse_arguments():
(validated, message) = utils.validate_yaml_file(file)
if not validated:
logger.typewriter_log("FAILED FILE VALIDATION", Fore.RED, message)
logger.double_check()
exit(1)
logger.typewriter_log("Using AI Settings File:", Fore.GREEN, file)