mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-04-26 01:06:27 +02:00
add enable_longterm_memory config
This commit is contained in:
parent
d9ab81bbae
commit
99e5a73fbb
3 changed files with 3 additions and 3 deletions
|
|
@ -91,7 +91,7 @@ class Config(CLIParams, YamlModel):
|
|||
roles: Optional[List[RoleCustomConfig]] = None
|
||||
|
||||
# RoleZero's configuration
|
||||
role_zero: Optional[RoleZeroConfig] = None
|
||||
role_zero: RoleZeroConfig = Field(default_factory=RoleZeroConfig)
|
||||
|
||||
omniparse: Optional[OmniParseConfig] = None
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue