Delete unrelated changes with PR

This commit is contained in:
Andres Caicedo
2023-04-09 15:48:17 +02:00
parent 26abb30674
commit d05146c6c5
2 changed files with 5 additions and 6 deletions

View File

@@ -170,10 +170,10 @@ def construct_prompt():
f"Would you like me to return to being {config.ai_name}?",
speak_text=True)
should_continue = input(f"""Continue with the last settings?
Name: {config.ai_name}
Role: {config.ai_role}
Goals: {config.ai_goals}
Continue (y/n): """)
Name: {config.ai_name}
Role: {config.ai_role}
Goals: {config.ai_goals}
Continue (y/n): """)
if should_continue.lower() == "n":
config = AIConfig()