From cdec6e2baad70ef368c8fd541e07ff828c943e45 Mon Sep 17 00:00:00 2001 From: stellahsr Date: Tue, 9 Apr 2024 13:43:52 +0800 Subject: [PATCH] update --- examples/mgx/run_mgx.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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"' )