mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2026-01-21 06:54:24 +01:00
Colours goal print.
This commit is contained in:
@@ -85,7 +85,7 @@ def construct_prompt():
|
||||
print("Enter nothing to load defaults, enter nothing when finished.", flush=True)
|
||||
ai_goals = []
|
||||
for i in range(5):
|
||||
ai_goal = input(f"Goal {i+1}: ")
|
||||
ai_goal = input(f"{Fore.LIGHTBLUE_EX}Goal{Style.RESET_ALL} {i+1}: ")
|
||||
if ai_goal == "":
|
||||
break
|
||||
ai_goals.append(ai_goal)
|
||||
|
||||
Reference in New Issue
Block a user