mirror of
https://github.com/OMGeeky/gpt-pilot.git
synced 2025-12-30 08:03:32 +01:00
Merge branch 'debugging_ipc' into feature/99-remove-function-calling
This commit is contained in:
@@ -67,11 +67,6 @@ class Project:
|
||||
# if development_plan is not None:
|
||||
# self.development_plan = development_plan
|
||||
|
||||
# TODO: When running from the CLI, this would be displayed in addition to ---- LOADING PROJECT ----
|
||||
print(green_bold('\n------------------ STARTING NEW PROJECT ----------------------'))
|
||||
print(f"If you wish to continue with this project in future run:")
|
||||
print(green_bold(f'python main.py app_id={args["app_id"]}'))
|
||||
print(green_bold('--------------------------------------------------------------\n'))
|
||||
|
||||
def start(self):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user