Skip to content

Commit

Permalink
memory defaults to false
Browse files Browse the repository at this point in the history
  • Loading branch information
SamCox822 committed Aug 8, 2024
1 parent ee6eb4e commit c8a4eb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mdagent/agent/agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def __init__(
use_human_tool=False,
uploaded_files=[], # user input files to add to path registry
run_id="",
use_memory=True,
use_memory=False,
):
self.use_memory = use_memory
self.path_registry = PathRegistry.get_instance(ckpt_dir=ckpt_dir)
Expand Down

0 comments on commit c8a4eb2

Please sign in to comment.