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

@@ -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):
"""