wffcyrus commited on
Commit
e46fa6c
·
1 Parent(s): fc38f54

Update startup.py

Browse files
Files changed (1) hide show
  1. startup.py +1 -1
startup.py CHANGED
@@ -9,7 +9,7 @@ from metagpt.software_company import SoftwareCompany
9
 
10
 
11
  async def startup(idea: str, investment: float = 3.0, n_round: int = 5,
12
- code_review: bool = False, run_tests: bool = False):
13
  """Run a startup. Be a boss."""
14
  company = SoftwareCompany()
15
  company.hire([ProductManager(),
 
9
 
10
 
11
  async def startup(idea: str, investment: float = 3.0, n_round: int = 5,
12
+ code_review: bool = True, run_tests: bool = True):
13
  """Run a startup. Be a boss."""
14
  company = SoftwareCompany()
15
  company.hire([ProductManager(),