Use yellow instead of red for termination message

pull/1016/head
Joseph C. Miller, II 2023-04-13 08:49:22 -06:00
parent a5d4ffd945
commit 2f7a402040
1 changed files with 1 additions and 1 deletions

View File

@ -186,7 +186,7 @@ def construct_prompt():
if config.ai_name:
logger.typewriter_log(
f"Welcome back! ",
Fore.GREEN,
Fore.YELLOW,
f"Would you like me to return to being {config.ai_name}?",
speak_text=True)
should_continue = utils.clean_input(f"""Continue with the last settings?