Skip to content

Commit 5b90421

Browse files
committed
fix format
1 parent 2cca27a commit 5b90421

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

evaluation/scripts/locomo/locomo_search.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -330,12 +330,12 @@ def main(frame, version="default", num_workers=1, top_k=20):
330330
"--lib",
331331
type=str,
332332
choices=["mem0", "mem0_graph", "memos-api", "memobase", "memu", "supermemory"],
333-
default="memobase",
333+
default="memos-api",
334334
)
335335
parser.add_argument(
336336
"--version",
337337
type=str,
338-
default="0905",
338+
default="default",
339339
help="Version identifier for saving results (e.g., 1010)",
340340
)
341341
parser.add_argument(

0 commit comments

Comments
 (0)