refactor: 移除未使用的变量以简化代码逻辑

This commit is contained in:
春河晴
2025-04-17 15:45:39 +09:00
parent b305879541
commit 959401f765
3 changed files with 2 additions and 6 deletions

View File

@@ -69,7 +69,6 @@ class ResponseGenerator:
return None
async def _generate_response_with_model(self, message: MessageThinking, model: LLMRequest, thinking_id: str):
sender_name = ""
info_catcher = info_catcher_manager.get_info_catcher(thinking_id)