mirror of https://github.com/Mai-with-u/MaiBot.git
Update memory_activator.py
parent
e23ed067fc
commit
ef7a3aee23
|
|
@ -93,7 +93,7 @@ class MemoryActivator:
|
||||||
return []
|
return []
|
||||||
|
|
||||||
related_memory = await hippocampus_manager.get_memory_from_topic(
|
related_memory = await hippocampus_manager.get_memory_from_topic(
|
||||||
valid_keywords=list(keywords_list), max_memory_num=10, max_memory_length=3, max_depth=3
|
valid_keywords=list(keywords_list), max_memory_num=5, max_memory_length=3, max_depth=3
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue