Skip to content

Commit f0fd494

Browse files
committed
feat: add MOS_ENABLE_REORGANIZE config
1 parent 6c63344 commit f0fd494

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/memos/api/config.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -360,6 +360,7 @@ def get_default_cube_config() -> GeneralMemCubeConfig | None:
360360
"api_base": os.getenv("OLLAMA_API_BASE", "http://localhost:11434"),
361361
},
362362
},
363+
"reorganize": os.getenv("MOS_ENABLE_REORGANIZE", "false").lower() == "true",
363364
},
364365
},
365366
"act_mem": {}

0 commit comments

Comments
 (0)