geohotstan

Results 3 comments of geohotstan

here is the code from `test.py` took it from the `quickstart` ``` import asyncio from metagpt.roles import ( Architect, Engineer, ProductManager, ProjectManager, QaEngineer, ) from metagpt.team import Team async def...

I dug into this a little. I think the root cause is because `process_message()` in `common.py` doesn't seem to be aware of Gemini's unique conversation format ``` def _user_msg(self, msg:...