mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-09-01 15:55:42 +08:00
Update startup.py
set default params
This commit is contained in:
+3
-3
@@ -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)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user