mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-06-14 15:25:17 +02:00
fix path problem
This commit is contained in:
parent
a0efe97c71
commit
e3e49eee03
3 changed files with 4 additions and 3 deletions
|
|
@ -62,7 +62,7 @@ def startup(
|
|||
)
|
||||
)
|
||||
|
||||
team.hire([AndroidAssistant(output_root_dir=Path(__file__))])
|
||||
team.hire([AndroidAssistant(output_root_dir=Path(__file__).parent)])
|
||||
team.invest(investment)
|
||||
team.run_project(idea=task_desc)
|
||||
asyncio.run(team.run(n_round=n_round))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue