mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-05-02 04:12:45 +02:00
tuning performance
This commit is contained in:
parent
058252c636
commit
6cd083a2b7
8 changed files with 12 additions and 12 deletions
|
|
@ -63,7 +63,7 @@ class Debator(Role):
|
|||
return len(self._rc.news)
|
||||
|
||||
async def _act(self) -> Message:
|
||||
logger.info(f"{self._setting}: to do {self._rc.todo}")
|
||||
logger.info(f"{self._setting}: to do {self._rc.todo}({self._rc.todo.name})")
|
||||
todo = self._rc.todo # An instance of SpeakAloud
|
||||
|
||||
memories = self.get_memories()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue