Remove whitespaces

This commit is contained in:
Andres Caicedo
2023-04-09 16:31:04 +02:00
parent d05146c6c5
commit 9105a9c7f8
2 changed files with 2 additions and 2 deletions

View File

@@ -173,7 +173,7 @@ def construct_prompt():
Name: {config.ai_name}
Role: {config.ai_role}
Goals: {config.ai_goals}
Continue (y/n): """)
Continue (y/n): """)
if should_continue.lower() == "n":
config = AIConfig()