feat:支持reply_to解析at和reply

This commit is contained in:
SengokuCola
2025-07-03 13:43:07 +08:00
parent fbe8f08862
commit 20645bb7e9
3 changed files with 37 additions and 70 deletions

View File

@@ -257,7 +257,7 @@ class DefaultReplyer:
# 加权随机选择一个模型配置
selected_model_config = self._select_weighted_model_config()
logger.info(
f"{self.log_prefix} 使用模型配置: {selected_model_config.get('model_name', 'N/A')} (权重: {selected_model_config.get('weight', 1.0)})"
f"{self.log_prefix} 使用模型配置: {selected_model_config.get('name', 'N/A')} (权重: {selected_model_config.get('weight', 1.0)})"
)
express_model = LLMRequest(