better:简化配置,让关系构建间隔可配置

This commit is contained in:
SengokuCola
2025-07-08 17:26:50 +08:00
parent f17f5cf46c
commit 6782925a1f
7 changed files with 28 additions and 914 deletions

View File

@@ -36,7 +36,7 @@ class S4UStreamGenerator:
raise ValueError("`replyer_1` 在配置文件中缺少 `model_name` 字段")
self.replyer_1_config = replyer_1_config
self.model_sum = LLMRequest(model=global_config.model.memory_summary, temperature=0.7, request_type="relation")
self.current_model_name = "unknown model"
self.partial_response = ""