mirror of
https://github.com/IntelligenzaArtificiale/Free-Auto-GPT.git
synced 2026-06-02 06:14:36 +02:00
BABYAGI store results false fix #101 from TheManWhoLikesToCode/main
BABYAGI store results false fix
This commit is contained in:
@@ -151,6 +151,8 @@ max_iterations = int(int_max_iterations)
|
||||
|
||||
if input("Do you want to store the results? (y/n) ") == "y" :
|
||||
store_results = True
|
||||
else:
|
||||
store_results = False
|
||||
|
||||
|
||||
# If None, will keep on going forever
|
||||
|
||||
Reference in New Issue
Block a user