mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-06-23 15:48:11 +02:00
feat: memory + tags
This commit is contained in:
parent
01c487fb6a
commit
937bd12a63
4 changed files with 23 additions and 3 deletions
|
|
@ -60,7 +60,7 @@ def test_init():
|
|||
for i in inputs:
|
||||
seed = Inputs(**i)
|
||||
options = Config().runtime_options
|
||||
cost_manager = CostManager(options=options)
|
||||
cost_manager = CostManager(**options)
|
||||
teacher = Teacher(options=options, cost_manager=cost_manager, name=seed.name, profile=seed.profile,
|
||||
goal=seed.goal, constraints=seed.constraints,
|
||||
desc=seed.desc, **seed.kwargs)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue