mirror of
https://github.com/OMGeeky/gpt-pilot.git
synced 2025-12-31 00:20:03 +01:00
less words, more emojis
This commit is contained in:
@@ -27,7 +27,7 @@ class Developer(Agent):
|
||||
self.project.skip_steps = False if ('skip_until_dev_step' in self.project.args and self.project.args['skip_until_dev_step'] == '0') else True
|
||||
|
||||
# DEVELOPMENT
|
||||
print(colored(f"Ok, great, now, let's start with the actual development...\n", "green", attrs=['bold']))
|
||||
print(colored(f"🚀 Now for the actual development...\n", "green", attrs=['bold']))
|
||||
logger.info(f"Starting to create the actual code...")
|
||||
|
||||
self.implement_task()
|
||||
|
||||
@@ -118,7 +118,7 @@ def execute_step(matching_step, current_step):
|
||||
def step_already_finished(args, step):
|
||||
args.update(step['app_data'])
|
||||
|
||||
message = f"{capitalize_first_word_with_underscores(step['step'])} already done for this app_id: {args['app_id']}. Moving to next step..."
|
||||
message = f"✅ {capitalize_first_word_with_underscores(step['step'])}"
|
||||
print(colored(message, "green"))
|
||||
logger.info(message)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user