Changed defaults models

This commit is contained in:
Simone Garau
2025-10-20 18:03:09 +02:00
parent ad5c28b526
commit 594dcd0aa6
2 changed files with 3 additions and 3 deletions

View File

@@ -41,7 +41,7 @@ api:
agents:
strategy: Conservative
team_model: qwen3:1.7b
team_leader_model: qwen3:4b
team_leader_model: qwen3:8b
query_analyzer_model: qwen3:4b
report_generation_model: qwen3:4b
report_generation_model: qwen3:8b
predictor_model: qwen3:4b

View File

@@ -44,7 +44,7 @@ class PipelineInputs:
"""
Sceglie il modello LLM da usare per il Team Leader.
"""
self.leader_model = self.configs.models.all_models[index]
self.team_leader_model = self.configs.models.all_models[index]
def choose_team(self, index: int):
"""