fix:生成api没有开始时间戳

This commit is contained in:
SengokuCola
2025-12-22 23:27:50 +08:00
parent 282cc4aad0
commit 4bf72e260c
6 changed files with 68 additions and 5 deletions

View File

@@ -123,7 +123,7 @@ talk_value_rules = [
[memory]
max_agent_iterations = 3 # 记忆思考深度最低为1
agent_timeout_seconds = 45.0 # 最长回忆时间(秒)
agent_timeout_seconds = 200.0 # 最长回忆时间(秒)
enable_jargon_detection = true # 记忆检索过程中是否启用黑话识别
global_memory = false # 是否允许记忆检索进行全局查询