mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-06-02 14:45:17 +02:00
Update startup.py
set default params
This commit is contained in:
parent
ddf4697381
commit
689aa935eb
1 changed files with 3 additions and 3 deletions
|
|
@ -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)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue