Merge origin/main into 55-configsyaml-condivisi
Resolved conflict in configs.yaml.example: - Kept larger model configurations (14b, 32b) with comments from main - This aligns with the purpose of .example file showing all available configurations
This commit is contained in:
@@ -35,6 +35,12 @@ models:
|
||||
label: Qwen 3 (4B)
|
||||
- name: qwen3:1.7b
|
||||
label: Qwen 3 (1.7B)
|
||||
- name: qwen3:32b
|
||||
label: Qwen 3 (32B)
|
||||
- name: qwen3:14b
|
||||
label: Qwen 3 (14B)
|
||||
- name: phi4-mini:3.8b
|
||||
label: Phi 4 mini (3.8b)
|
||||
|
||||
api:
|
||||
retry_attempts: 3
|
||||
@@ -45,7 +51,7 @@ api:
|
||||
|
||||
agents:
|
||||
strategy: Conservative
|
||||
team_model: qwen3:4b
|
||||
team_leader_model: qwen3:8b
|
||||
query_analyzer_model: qwen3:8b
|
||||
report_generation_model: qwen3:8b
|
||||
team_model: qwen3:14b # the agents
|
||||
team_leader_model: gemini-2.0-flash # the team leader
|
||||
query_analyzer_model: qwen3:14b # query check
|
||||
report_generation_model: qwen3:32b # ex predictor
|
||||
|
||||
Reference in New Issue
Block a user