diff --git a/startup.py b/startup.py index 611317fd4..e6d5fc4e9 100644 --- a/startup.py +++ b/startup.py @@ -44,9 +44,9 @@ def main( idea: str, investment: float = 3.0, n_round: int = 5, - code_review: bool = False, + code_review: bool = True, run_tests: bool = False, - implement: bool = False + implement: bool = True ): """ We are a software startup comprised of AI. By investing in us, @@ -66,4 +66,4 @@ def main( if __name__ == '__main__': fire.Fire(main) - \ No newline at end of file +