style: fix trailing whitespace in consensus.py

Remove trailing whitespace to pass CI formatting checks
This commit is contained in:
谢栋梁
2025-09-03 11:10:02 +08:00
parent 30a8952fbc
commit 0760b31f8a

View File

@@ -528,7 +528,7 @@ of the evidence, even when it strongly points in one direction.""",
# Get the provider for this model
model_name = model_config["model"]
provider = self.get_model_provider(model_name)
# Create model context once and reuse for both file processing and temperature validation
model_context = ModelContext(model_name=model_name)