mirror of
https://github.com/aljazceru/gpt-engineer.git
synced 2025-12-17 12:45:26 +01:00
Update benchmarking
This commit is contained in:
@@ -143,9 +143,9 @@ def execute_entrypoint(ai, dbs):
|
||||
print()
|
||||
print(command)
|
||||
print()
|
||||
print('If yes, type "yes". If no, press enter.')
|
||||
print('If yes, press enter. Otherwise, type "no"')
|
||||
print()
|
||||
if input().lower() != "yes":
|
||||
if input() != "":
|
||||
print("Ok, not executing the code.")
|
||||
return []
|
||||
print("Executing the code...")
|
||||
|
||||
Reference in New Issue
Block a user