mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-05-27 14:25:20 +02:00
[fix]
This commit is contained in:
parent
e03db313a2
commit
df80913ac6
1 changed files with 1 additions and 1 deletions
|
|
@ -136,4 +136,4 @@ class Assistant(Role):
|
|||
try:
|
||||
self.memory = BrainMemory(**m)
|
||||
except Exception as e:
|
||||
logger.exception(f"load error:{e}, data:{jsn}")
|
||||
logger.exception(f"load error:{e}, data:{m}")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue