mirror of
https://github.com/OMGeeky/gpt-pilot.git
synced 2026-01-24 02:45:08 +01:00
Improved log
This commit is contained in:
@@ -277,7 +277,9 @@ class Project:
|
||||
def ask_for_human_intervention(self, message, description=None, cbs={}):
|
||||
print(colored(message, "yellow", attrs=['bold']))
|
||||
if description is not None:
|
||||
print(description)
|
||||
print('\n' + '-'*100 + '\n' +
|
||||
colored(description, 'white', attrs=['bold']) +
|
||||
'\n' + '-'*100 + '\n')
|
||||
answer = ''
|
||||
while answer != 'continue':
|
||||
answer = styled_text(
|
||||
|
||||
Reference in New Issue
Block a user