Changed defaults models
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user