fix: Ruff

This commit is contained in:
墨梓柒
2025-04-25 22:59:07 +08:00
parent c420e1597c
commit be1ba83319
3 changed files with 3 additions and 3 deletions

View File

@@ -49,7 +49,7 @@ class HeartFCGenerator:
arousal_multiplier = MoodManager.get_instance().get_arousal_multiplier()
with Timer() as t_generate_response:
with Timer() as _generate_response:
current_model = self.model_normal
current_model.temperature = global_config.llm_normal["temp"] * arousal_multiplier # 激活度越高,温度越高
model_response = await self._generate_response_with_model(