fix:更改一些参数

This commit is contained in:
SengokuCola
2025-09-28 12:45:17 +08:00
parent 6e7e9be82a
commit 6b25c0295d
6 changed files with 10 additions and 382 deletions

View File

@@ -24,7 +24,7 @@ class MemoryChest:
)
self.memory_build_threshold = 30
self.memory_size_limit = 800
self.memory_size_limit = 1024
self.running_content_list = {} # {chat_id: {"content": running_content, "last_update_time": timestamp}}
self.fetched_memory_list = [] # [(chat_id, (question, answer, timestamp)), ...]