diff --git a/llms/mlx_lm/manage.py b/llms/mlx_lm/manage.py index dd741d41..a42c4191 100644 --- a/llms/mlx_lm/manage.py +++ b/llms/mlx_lm/manage.py @@ -20,7 +20,7 @@ def ask_for_confirmation(message: str) -> bool: return True if answer in n: return False - print(f"Invalid input. Must be one of: yes/no/y/N or empty for no") + print(f"Invalid input. Must be one of: yes/no/y/n or empty for no") def main():