Update default_generator.py

pull/1079/head
SengokuCola 2025-07-01 18:15:12 +08:00
parent ce8faa588a
commit da1e034509
1 changed files with 1 additions and 1 deletions

View File

@ -158,7 +158,7 @@ class DefaultReplyer:
model_config_1["weight"] = prob_first
model_config_2["weight"] = 1.0 - prob_first
self.express_model_configs = [model_config_1, model_config_2]
self.express_model_configs = [model_config_1, model_config_2]
if not self.express_model_configs:
logger.warning("未找到有效的模型配置,回复生成可能会失败。")