diff --git a/examples/mgx/run_mgx.py b/examples/mgx/run_mgx.py index db396ea03..f4eb31579 100644 --- a/examples/mgx/run_mgx.py +++ b/examples/mgx/run_mgx.py @@ -6,7 +6,8 @@ import asyncio from metagpt.roles.di.mgx import MGX requirement = ( - "design a game using Gym (an open source Python library), including a graphical interface and interactive gameplay" + # "design a game using Gym (an open source Python library), including a graphical interface and interactive gameplay" + 'Create a "2048 game"' )